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
 
A

AccessOptimist

Arturo;619172 said:
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 an
all
seems to be well until I open a report. It opens with the banner an
the pane
with all the objects and the report shows up in the lower right han
corner
like the objects in design view.

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

Thank you.

Hello,
Here's part of the answer, at least:
'.*..Is there a way to get these
reports to open as a full screen with the toolbars present?...'*
Open your Report in Design View

Select the Report (Property Sheet>Drop-down Box> choose Report
A small square will appear in the top left of the Design-View page
In the Property Sheet go to > Format Tab
Set the properties there as required: especially Min/Max Buttons.

Play with the other settings until it's all to your liking

Ia
 

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