G
Guest
Access03/WinXP
I have a popup form from which I have command buttons to run reports. The
popup form is set to Popup = Yes and Modal = Yes.
When a report is run, the Popup form remains on top of the report preview
(and has Focus). Is there a way to perhaps hide the popup while in report
preview and then unhide when the report is closed?
I also tried the following:
DoCmd.OpenReport MyReport,,{Where condition}
DoCmd.Close acForm, MyForm
....so that the report would not be partially hidden by the popup form. The
problem is that in closing the popup form, the primary form is shown (but
does not have Focus) and to get to the report preview, I have to go to Window
and select the appropriate window. If the popup can't be hidden as I
mentioned above, then I would like this situation to work but on closing the
popup form, activate the report preview window.
Suggestions? Thanks as always.
I have a popup form from which I have command buttons to run reports. The
popup form is set to Popup = Yes and Modal = Yes.
When a report is run, the Popup form remains on top of the report preview
(and has Focus). Is there a way to perhaps hide the popup while in report
preview and then unhide when the report is closed?
I also tried the following:
DoCmd.OpenReport MyReport,,{Where condition}
DoCmd.Close acForm, MyForm
....so that the report would not be partially hidden by the popup form. The
problem is that in closing the popup form, the primary form is shown (but
does not have Focus) and to get to the report preview, I have to go to Window
and select the appropriate window. If the popup can't be hidden as I
mentioned above, then I would like this situation to work but on closing the
popup form, activate the report preview window.
Suggestions? Thanks as always.