"object doesn't contain the automation object"

  • Thread starter Aries via AccessMonster.com
  • Start date
A

Aries via AccessMonster.com

Hi everyone,

I have a form with subform having 3 cascading combobox named cboManufacturer,
cboCategory, (both unbound) and cboProduct (bound). The form is for entering
delivery transactions so I have these tables

tblDeliveries
DeliveryID - pk
DeliveryDate

tblDeliveryDetails
DeliveryDetailsID - pk
DeliveryID - fk to tblDeliveries
ProductID
Quantity
UnitPrice

the cascading combos works fine but whenever I select a value on the third
combo "cboProduct" access prompts me with the message "the LinkMasterFields
property setting has produced this error: 'The object doesn't contain the
Automation object 'tblDeliveries."

I can simply click the OK button and the message disappears and can continue
with the record as if nothing happened. what could be causing this message to
appear and how to resolve this?

Thanks!

-Aries.
 
A

Aries via AccessMonster.com

issue fixed by modifying link master and child fields property.

thanks access monster.
 

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