Microsoft
Software
Hardware
Network
Question : How to detect if the subform contain at least one record?
Hi,
Base on records information, I need to hide fields in a sub form and only if the sub form contain a record.
How can I detect if their a record in the sub form?
Thanks
Answer : How to detect if the subform contain at least one record?
if forms!MainForm!subformname
.form.reco
rdsetclone
.eof then
msgbox "No records"
end if
Random Solutions
Cisco QOS to prioritize voice
Problem with Silverlight Animation -- cannot resolve targetname
Server security analysis to determine patch level
Windows XP "Stored User Names and Passwords" disappear after restart
10g form won't commit.
BlazeDS RDS Setup Issues
Exchange 2010 Remote Connectivity, SMTP
Sonicwall E5500 bandwidth/shaping vs Packetlogic PL5600
is there a way to export GFI webmonitor Rules on isa 2006 for webgrade filter
VS 2010 Call Outlook New message in VB.NET