Toolbars In Access 2007 Reports

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.
 
T

Tom van Stiphout

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

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

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top