jake7363
Technical User
- May 31, 2006
- 56
Hi,
I have in the Form_Load() event, the following command:
Private Sub Form_Load()
DoCmd.Maximize
End Sub
It has been fine for several weeks, and today, when I open the form, it does not maximize. Also, there are a few other commands that are not working, connected to macros. I checked all of the macros for accuracy and nothing seems to be wrong. I have no idea where to begin looking.
Any clues, helps or suggestions will be greatly appreciated.
Thanks in advance,
Jake
I have in the Form_Load() event, the following command:
Private Sub Form_Load()
DoCmd.Maximize
End Sub
It has been fine for several weeks, and today, when I open the form, it does not maximize. Also, there are a few other commands that are not working, connected to macros. I checked all of the macros for accuracy and nothing seems to be wrong. I have no idea where to begin looking.
Any clues, helps or suggestions will be greatly appreciated.
Thanks in advance,
Jake