T
Terry
I am opening upto three reports based on criteria in a form control. The
form is popup, modal, dialogue. When the user clicks a command button to
open the reports the forms visible property is set to false to hide the
form, this allows the report queries to get data from a form control.
What I need to do is keep the form open until the last report is closed and
then close the form on report close.
Assuming that any one of the reports may be the last, how would I check that
it is the last report left open?
Regards
form is popup, modal, dialogue. When the user clicks a command button to
open the reports the forms visible property is set to false to hide the
form, this allows the report queries to get data from a form control.
What I need to do is keep the form open until the last report is closed and
then close the form on report close.
Assuming that any one of the reports may be the last, how would I check that
it is the last report left open?
Regards