Hello all,
I have a form and want to generate report.
I am using various SELECT queries to compute values. When I call these queries using docmd.openquery, then the intermediate results of SELECT query appears. I want them to be hidden from the user, since they are temp queries and should not be displayed to the user . I am using the form which available to the user to get the report and I want it be to visible always , while hide these queries from the user view as do the computation in the background.
How can I do that.
Thanks in advance,
Blyssz
I have a form and want to generate report.
I am using various SELECT queries to compute values. When I call these queries using docmd.openquery, then the intermediate results of SELECT query appears. I want them to be hidden from the user, since they are temp queries and should not be displayed to the user . I am using the form which available to the user to get the report and I want it be to visible always , while hide these queries from the user view as do the computation in the background.
How can I do that.
Thanks in advance,
Blyssz