Queries that return no records

b_karv

Registered User.
Local time
Today, 10:30
Joined
Sep 15, 2004
Messages
31
Hi All,

I am wandering if it possible to check programatically whether a query returns a NULL result?

I am writing a program(VB) that involves an IFF statement where if there are records in the query it does a specific calculation & if there are no records returned in the query it does something else. Is this possible to achieve?

Thanks in advance:D

Cheers,

Karv
 
Use DCount() to count the number of records.
 
Thanks mate, it seems exactly what I was looking for!!!
 

Users who are viewing this thread

Back
Top Bottom