Execution error 3125

mike7

Registered User.
Local time
Today, 15:14
Joined
May 5, 2004
Messages
20
I don't know what's going on here...I'm just calling a query by clicking a button on a form and I receive the following error msg:

Execution error 3125...'EnvoisO' is not a valid name. Make sure that it does not include invalid characters or punctuation and it not too long.

The query 'EnvoisO' DOES EXIST. Yesterday it was working, today it's not. I've attached the code I'm using. You can see there's nothing fancy there.

Thanks for your help.

Mike
 

Attachments

  • error_msg.gif
    error_msg.gif
    3.5 KB · Views: 134
In code view, select Tools ... References ... and tell me if any of the selected items say MISSING.
 
Syntax error

A simple syntax error caused this error msg.

Thanks anyway.
 

Users who are viewing this thread

Back
Top Bottom