View Full Version : Max Form Window


JJT
02-05-2001, 04:33 AM
How can I setup an Access form so that when it opens it is maximized with no tool bars ?

Thanks ....much !

Cynthia_D
02-05-2001, 07:13 AM
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

Rich
02-05-2001, 11:12 AM
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.