Max Form Window

JJT

Registered User.
Local time
Today, 12:36
Joined
Jan 5, 2001
Messages
47
How can I setup an Access form so that when it opens it is maximized with no tool bars ?

Thanks ....much !
 
I had the same problem once. One of the members gave me these instructions.

go to the macro tab
click enter
on the first line click and seledt OpenForm
at the bottom of the screen go to the Form Name field select the name of the form that you want to be Maximized

then go back up to the next line and select maximize. Now close the macro and save it as autoexec

now when you load the database it will open and maximize the form.

Cynthia
 
Set the forms pop up to yes in the on open event of the form add DoCmd.Maximize
In the start up options select your form as the start up form you don't need a macro.
 

Users who are viewing this thread

Back
Top Bottom