the object does'nt contain the automation object

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top