Form Loading Error

A

Access Front End

Hi Anyone!

I have an Access database that is runing fine on my computer & other but
only 1 person get an error everytime she open the database. The message is
"An error occurred while loading the 'Form Menu'. Do you want to continue
loading the project?" (Form Menu is the name of the from that I have for open
page). Please advise. Thanks

Ngan
 
L

loringdo

Let me tell my friend this can be very frustrating. This happen to me
not to long ago. First put the form in design view. Check for any
variable that is not declared and any procedures you are calling
outside the form. Second I would check for any broken references in
VBA. That's how I fix the problem it was very simple though, mind
bogging what was causing the error. Hope this help.
 
D

Douglas J. Steele

Sorry, but if it works on one machine, your first suggestion shouldn't be
necessary. The second (broken references) is definitely relevant, though.
 
Top