Determine whether a SubForm got data

cheer

Registered User.
Local time
Today, 08:35
Joined
Oct 30, 2009
Messages
222
How to write a VBA to determine a subform whether has data or not ?
 
You can count the recordset of the subform. You can also use the DCount function. Have a look at that.
 
You can count the recordset of the subform. You can also use the DCount function. Have a look at that.

I know DCount, how to count the recordset of the subform? Don't mind to show simple VBA code here.
 
If you say you know the DCount function then you can apply it to count the number of records in the subform. It's the same thing as counting the recordset if used with the right arguments.
 

Users who are viewing this thread

Back
Top Bottom