G Guest Jan 3, 2005 #1 Is there a way to set a form so that it automatically maximizes when it opens so that the user does not have to do it?
Is there a way to set a form so that it automatically maximizes when it opens so that the user does not have to do it?
D Douglas J. Steele Jan 3, 2005 #2 Create a procedure for the form's Open event, and put DoCmd.Maximize in the procedure.
G Guest Jan 4, 2005 #3 Thank you so much for your help! Douglas J. Steele said: Create a procedure for the form's Open event, and put DoCmd.Maximize in the procedure. Click to expand...
Thank you so much for your help! Douglas J. Steele said: Create a procedure for the form's Open event, and put DoCmd.Maximize in the procedure. Click to expand...
I ionut Jan 5, 2005 #4 slhenson said: Is there a way to set a form so that it automatically maximizes when it opens so that the user does not have to do it? Click to expand...
slhenson said: Is there a way to set a form so that it automatically maximizes when it opens so that the user does not have to do it? Click to expand...