Open Form in Maximized View

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a database that I have put in the Start Menu, but I want the
switchboard to open up in the maximized view. I have read my Access Bible,
and have created a macro to maximize the active screen. It works when I am in
the design mode and run the macro, but how do I associate with the
switchboard so when a user turns on their computer the switchboard is
presented in a max view?
 
If you don't have an Event Procedure defined for the form's Load event, you
can reference the macro there.

If you do have an Event Procedure, simply go into the procedure, and put
DoCmd.Maximize somewhere in it.
 
Back
Top