J
Jerry Crosby
I've designed a simple form with two unbound fields, BeginDate and EndDate.
I want to use this form as a pop-up before a report is opened so the user
can specify what date range to use in the report.
From the main menu I have a command button that says to open the report.
What I want to happen is for that "date grabber" form to open first, wait
for a response, and when it is closed the report would be visible.
The command button on the main menu is set to open the report.
I have the OnOpen setting on the report set to open the date grabber form.
The date grabber form is set as pop-up (yes) and modal (yes).
What happens is the date grabber form opens as expected, but when it is
closed the report isn't open.
What did I miss?
Jerry
I want to use this form as a pop-up before a report is opened so the user
can specify what date range to use in the report.
From the main menu I have a command button that says to open the report.
What I want to happen is for that "date grabber" form to open first, wait
for a response, and when it is closed the report would be visible.
The command button on the main menu is set to open the report.
I have the OnOpen setting on the report set to open the date grabber form.
The date grabber form is set as pop-up (yes) and modal (yes).
What happens is the date grabber form opens as expected, but when it is
closed the report isn't open.
What did I miss?
Jerry