Hi
I have both Office 2000 and 2007 on XP.
This Access 2000 database is producing an error, when it first starts it opens a Form which has an event as below. Is there a fix please? Thank you
I have both Office 2000 and 2007 on XP.
This Access 2000 database is producing an error, when it first starts it opens a Form which has an event as below. Is there a fix please? Thank you
Code:
Private Sub Form_Activate()
'Maximize the form and Sets size of forms
DoCmd.Maximize
End Sub