I have a query called AdmQuery, a form called Admform and report called AdmReport. In the Open_Event for Admreport I have called the AdmForm to input start date and end date to two unbound boxes and use that to execute the query and show its results on the report.
This works however the problem is that when I run the report, the query on the report and the open event runs together because of which the form itself opens along with the report (with initially no data on it). Thus i have to close the report , input the dates on the form and then preview the report through another button on the form and everything is fine.
Is there any way to delay the access report running the underlying query only after executing the Report_Open_Event ?
I use access 2003.