Open form maximized

robert693

Registered User.
Local time
Today, 21:45
Joined
Mar 22, 2001
Messages
38
This is a basic question. I want to know how to create a form that will open maximized every time.
 
I don't know if this will help but whenever i want this to happen i create a macro to maximise then with the form open in design view attach the macro on mouse move.

so when the user moves a mouse the from maximises.

Rob
 
No, a much simply way is to put...
DoCmd.Maximize
On the form's OnOpen event procedure

HTH
 

Users who are viewing this thread

Back
Top Bottom