how to keep a form always maxmised

I

IT

Hello,
How can you always keep a form maximised? I have a database with a number of
forms that i wish to keep always maximised. At the moment on the
form.current event i use the code:
docmd.maxmize.

Is their a better way of doing this?
I am using Access 2003

Cheers
 
G

Grumpy Aero Guy

Put the "docmd.maximize" in the form "open" event.

Change the form properties to hide/disable the Maximize/minimize buttons
(form properties).
 
Top