Record Count

The Bey

Registered User.
Local time
Today, 07:46
Joined
Jun 21, 2011
Messages
84
Can I get some help here:

I would like to count the number of records in a query containing non-specific data (ie. "*") but I can't seem to get any values.

If I use a DCount on a form and use defined criteria then I get the record count, but I just want to count the number of records with data present in a particular column.

How can I do this?
 
Sorted. If you're interested, I used ("*", "[qryName]", "IsNull(columnName)=False")
 

Users who are viewing this thread

Back
Top Bottom