Hiding the query display

aurosunil

Registered User.
Local time
Today, 05:57
Joined
Jan 20, 2003
Messages
14
I am trying to generate a report based on two tables and a query based on these two tables.
When I preview the report this query is also run and result is shown.
There is no need of displaying the query results, can it be done?
can any one help?

sunil
 
Is your report based on the tables, or a query????
 
You must have code that opens the query. Get rid of it. The report runs the query when it opens. You don't need to do it also.
 
Report is based on three tables and a querry based on two tables. I have not written any code. there is nothing in the code window.
sunil
 
Queries don't just open by them selves. Are you running a macro that opens the query?
 
Dear Bridge Player,

Yes, there was a statement in the code for the button used for opening the report which i put there while i trying some other way for the report. when i removed that it worked.
Thank you very much for the help.

sunil
 

Users who are viewing this thread

Back
Top Bottom