The object doesn't contain the automation object Invoice_tbl

neofytosc

New member
Local time
Today, 02:30
Joined
Jul 22, 2009
Messages
1
I'm getting the error message when I enter data in a field on a subform: "The object doesn't contain the automation object Invoice_tbl". The form is based on a query.

Here is what I am doing. My main form has Invoice header. My subform allows the user to add product numbers. That populates the rest of the screen fields.

If I run just the subform, it gets no errors but when I run it as a subform on the Main form, I get the above error. And, if I just click OK to get past the error, my data is entered and correct.

I searched all over for "Automation Object" but came up short.
 
Sounds like you have put some "code" in an event PROPERTY instead of the VBA window.
 

Users who are viewing this thread

Back
Top Bottom