maximise a form on startup

  • Thread starter Thread starter Guest
  • Start date Start date
I've been doing that for years and today, just by coincidence, a small
project that will be used by a colleague and is part of my major
project, has refused to work.

So far I have one form, frmMembers. I am providing a menu for
navigation, frmMainMenu. (Unbound of course)

frmMainMenu is the startup form.

A command button on frmMainMenu opens frmMembers.

A command button on frmMembers closes frmMembers and opens
frmMainMenu.

Each form has

=DoCmd.Maximize...in the On Open event

The Main Menu opens maximised when the application is started.

frmMembers opens maximised.

When I close frmmembers frmMainMenu is not maximised.

What have I missed

Robin Chapple
 
Check the code in the frmMembers Close and Deactivate events to make sure
that the following statement is NOT there:

DoCmd.Restore
 

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

Similar Threads

Outlook autorun module 0
Maximise Window On Startup 3
Maximising On Startup 1
How to stop a form being 'non maximised' 1
Outlook 2003 1
Maximise just one form 1
Maximising 4
Popup form 1

Back
Top