Hi,
I am trying to call my Autosave module from the Form_Open event. Everytime I open the database I get a compiling error.
I have the form selected to "Has Module" and if I run the code from VBA it will prompt the macro box and I can run teh Autosave. But as soon as I start teh database I go right into a compiling error.
Any Ideas?
Matthew Trant,
The Eastern CT Business Consultants
I am trying to call my Autosave module from the Form_Open event. Everytime I open the database I get a compiling error.
Code:
Private Sub Form_Open(Cancel As Integer)
Call Autosave
End Sub
I have the form selected to "Has Module" and if I run the code from VBA it will prompt the macro box and I can run teh Autosave. But as soon as I start teh database I go right into a compiling error.
Any Ideas?
Matthew Trant,
The Eastern CT Business Consultants