Bring Preview to Front

M

Mike

I am calling a report preview from a form. When the report is previewed, it
is behind some forms on the screen and can't be seen. Is there a simple way
to see the report by moving ot to the front and then, when it is closed, be
right back at the form that called it? I was hoping not to have to close the
forms (since actually multiple forms are open on the screen) when the report
previews.

Thanks!
Mike
 
R

Rick Allison

Mike,

It depends on how the form is displayed, modal, pop-up, and then the border.
What is used?

I use code to hide the form when the report is displayed and then code to
unhide the form when the report is closed.

Rick
 
Top