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
Multi Homed Windows 2008 Server
vb.net ListView prerender Event e.item.itemType
[AutoIT] Creating a Control that Looks Like a Spreadsheet
Initialization failed for opening on premisis exchange server
Load dataset from Dynamic StoredProcedure...
Some users can't access OWA
Need a driver for sm bus controller on Dell d620
Outlook: Errors have been detected in the file
How do I change the letter of a mapped drive?
How can you search e-mail within Outlook 2010 and not use the index?