Toolbars In Access 2007 Reports

  • Thread starter Thread starter Arturo
  • Start date Start date
A

Arturo

I have reports that I created in 2003 with custom toolbars. I open the
reports from a form command button. I opened the program in 2007 and all
seems to be well until I open a report. It opens with the banner and the pane
with all the objects and the report shows up in the lower right hand corner
like the objects in design view.

I use the shrinker/stretch on all the forms to get them to fill the screen.
There is no way to use this on the reports. Is there a way to get these
reports to open as a full screen with the toolbars present?

Thank you.
 
On Thu, 21 Jan 2010 05:11:01 -0800, Arturo

You could put:
DoCmd.Maximize
in the Report_Open event.

-Tom.
Microsoft Access MVP
 
Back
Top