Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Boring warning!

Status
Not open for further replies.

bosarve

Programmer
Aug 7, 2001
20
0
0
SE
I'm in a form. When I click outside an textfield, checkbox etc I got this boring warning pop-up.

"The expression On Click entered as the event property setting produced the following errror: The object doesn't contain Automation object [my tabelname]
* The reult may not result in the name of a macro, the name of a user-defined function or Event procedure.
* There may have been an error evaluating the function, event or macro"

The form works great, but it's so boring to get this message all the time when I click on the wrong place. In some off my other forms I don't get this warning!!!

PLEASE HELP!!

bosarve@hotmail.com
 
I am also received this message from my application, what i'm to do:
Step 1 : Menu Tools - Macro - Visual Basic Editor
Step 2 : Debug Menu - Compile

another one:
Step 1 : Menu Tools - Macro - Visual Basic Editor
Step 2 : Menu Tools - Reference - check Microsoft DAO 3.6/3.5 if necessary.

i hope this step can help you.

Haj1503
 
you might have a macro assign to the on click event that calls a wrong function, or maybe you have some code on the on click event that is calling some wrong table...
Click on the form and check the events.
HTH

Alcar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top