Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Skip if Query is NULL 1

Status
Not open for further replies.

psarros

MIS
Feb 17, 2002
67
US
Hello

I have some code that I run and I want to skip the code if the query [qryPopulateTempReport] is null.


Thanks in Advance!!!
 
What is your meaning of a null query ?
A query that that returns no record ?
You may consider the DLookUp or DCount function.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Yes, if my query returns no data, I want to Skip the code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top