I have a Query that uses criteria from an Unbound form to select information to then view a report from.
You select the information on the form and I have a button to view the report. What I want to do is once the report is opened, then to close the information form.
Im having trouble doing this because, in the OnOpen Property of the Report I have a Macro that closes the Information Form.
The problem is that before the report opens completely from the Information Form. The criteria is gone and then the Form doesnt work. And I get the standard "Enter Name" "Enter Date" boxes.
Is there a way to do this if this all makes sense?
Thanks.
You select the information on the form and I have a button to view the report. What I want to do is once the report is opened, then to close the information form.
Im having trouble doing this because, in the OnOpen Property of the Report I have a Macro that closes the Information Form.
The problem is that before the report opens completely from the Information Form. The criteria is gone and then the Form doesnt work. And I get the standard "Enter Name" "Enter Date" boxes.
Is there a way to do this if this all makes sense?
Thanks.