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.
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.