the object does'nt contain the automation object

G

Guest

I have a combo box on a subform and after selecting a item from the combo box
the following message appears: "the object does'nt contain the automation
object" How can I correct this problem?
 
V

Van T. Dinh

Do you have any VBA code or Macros in the ComboBox_Change or BeforeUpdate or
AfterUpdate Event?

If you do, put breaks in the codes and trace the codes and see which line of
code errors out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top