Print Preview and Popup and Modal forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use Access 2000, and set most forms to popup and modal...is there any way,
from my "Report" form, of being able to preview reports? At the moment they
sit in preview behind any other forms that are open....
 
You can set the form's visible property to false when the report opens. If
you need to see the form, you can set its visible property to true when the
report closes.
 
Hi Duane

I have Access 2002 and when I set Report PopUp and Modal = True, I get error
when I sent the report to print especially in Runtime. Is there a way to
overcome this without having to close the Popup form that called the report?

Thanks
 
Back
Top