blank query reports

golgo1

Registered User.
Local time
Today, 20:33
Joined
Feb 8, 2002
Messages
17
My report runs from a query. If the query comes up blank, how do I prevent the report from opening? right now my code
Opens query
Opens report.

is there a command so I can
Open query
if query is not empty then
Open report

????
 

Users who are viewing this thread

Back
Top Bottom