M
mr3316a
In my Access 2007 application I have a form that opens a report in "Print
Preview" mode using the code:
DoCmd.OpenReport "report name", acViewPreview
My problem is that the form where the report is launched from has its
properties set as a Pop Up with modal being set to No.
I have it set this way to hide access to the navigation pane from the user!
What happens when the report opens in Print Preview is it opens behind the
form and it can't be seen.
Can anyone give me some ideas on how to make the report visible to the user
without changing the properties of the form from Pop Up?
Preview" mode using the code:
DoCmd.OpenReport "report name", acViewPreview
My problem is that the form where the report is launched from has its
properties set as a Pop Up with modal being set to No.
I have it set this way to hide access to the navigation pane from the user!
What happens when the report opens in Print Preview is it opens behind the
form and it can't be seen.
Can anyone give me some ideas on how to make the report visible to the user
without changing the properties of the form from Pop Up?