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.Runcomman d 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
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.Runcomman d 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
Comment