How to test if a query is empty

R

Roy

In a Form, i run a query, if the query result is empty, put true in a checkbox, else false.
thank u..
 
K

Ken Snell

Check out the DCount function. It will return the number of rows in a query
or table.
 
Top