Help/Forms

M

Mickey

Please can someome help me? I have been spending much time on this database
and this one problem which I'm sure is simple to fix has stumped me.

When my form opens from the switchboard, how do I make it open maximized?
 
C

consjoe

Create a marco, the only thing you are going to enter in this macro is one
action "Maxamize", save macro as Maxamize.
Then in your form call Maxamize On Open. You get to On Open by going into
design view of your form and double clicking the small black square in the
top left of your form, go to the event tab, On Open is the tenth one down,
click the down arrow and select Maximize.
 
Top