expression on current error message

J

Jimmy

I have a form that opens automatically when I open the database and I am
getting the following error: The expression on current you entered as the
event property setting produced the following error: Module not found. I
can't figure out where to back track to where I changed something. PLEASE
HELP
 
H

halfbodyguy

Need to see your OnCurrent Event code to help... It is obviously
referring to a Module that is either not accessible at the time that it
is called, or the module doesn't exist.
 
Top