Maximize problem

jake7363

Registered User.
Local time
Today, 14:34
Joined
Mar 14, 2005
Messages
46
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, plus an "Exit" button that was created using the wizard. I checked all of the code and 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
 
it may not be referenced in the propertied. check the properties of the form to see that in each event item there is "Event Procedure"

sam
 

Users who are viewing this thread

Back
Top Bottom