Problem Opening Report From Form

  • Thread starter Thread starter Marie
  • Start date Start date
M

Marie

I am opening a report from a form. How do I get the report to open in front
of the form? I tried setting the form's Visible property to False and the
report displayed too small to preview. To try and overcome that I added
DoCmd.Runcommand acZoom100 to the code and the report displayed with only
about one inch sticking out of the left side of the screen.

Thanks for the help!

Marie
 
I am opening a report from a form. How do I get the report to open in front
of the form?

Make sure that the Form is not open in Dialog mode: such a form will
always be in front. (Yelling "Down in front!" won't help
unfortunately).

John W. Vinson[MVP]
 
Back
Top