Access 2003 Keep database window maximized

G

Guest

I have an mdb that come up in a full screen menu called by an autoexec macro.

I want to keep this menu covering the screen.

There are several menu selection buttons that run reports, and the report
window can be resized by the user viewing it - zoom or not zoom. After the
report it run, the menu comes up again, but not always in full screen mode.

How can I reopen this menu in maximized mode after someone runs a report?

I want to keep the background Access objects hidden so nobody gets the idea
to snoop around.

The only exit button on the menu Quits the application entirely.

Thanks.
 
G

Guest

If you want a certain form (menu) maximize, put on the OnActivate event of
the form
docmd.Maximize

that way every time the form will get the focus it will maximize.
 
G

Guest

That's great - thanks Much !!!

Ofer said:
If you want a certain form (menu) maximize, put on the OnActivate event of
the form
docmd.Maximize

that way every time the form will get the focus it will maximize.
 

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