a couple of quickies maximising & startup

  • Thread starter Thread starter Argonaught
  • Start date Start date
A

Argonaught

Guest
im sure the answer to these are simple but im just starting out.

How do you make forms and switchboards startup maximised?
They always revert to a default size no matter what i do.

The second qs is when i use the startup function to close off all the menus etc, how do i get them back to make additional changes?
I look through the code but i couldnt see the menu options shown in the Help file demo.

Cheers
Argonaught
 
1 Docmd.Maximize on the Form_Open Event (but reset it to Docmd.restore on the close event otherwise all the forms etc will be maximised)

2. Hold shift whilst opening the Db
 

Users who are viewing this thread

Back
Top Bottom