kvena,
In design view, go to the properties window. On the event tab select On Open, choose [Event Procedure] and hit the elipsis button. This should bring you to the VBE window which should look something like this:
Code:
Private Sub Form_Open(Cancel As Integer)
End Sub
Add the following line (in bold):
Code:
Private Sub Form_Open(Cancel As Integer)
[b]DoCmd.Maximize[/b]
End Sub
Once you save the form it will now Maximize when it is opened.
Hope this helps,
CMP
[small]For the best results do what I'm thinking, not what I'm saying.[/small]
(GMT-07:00) Mountain Time (US & Canada)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.