J
J_Murphy via AccessMonster.com
Hi, I'm getting the common message "The changes you requested to the table
were not successful because they would create duplicate values...." I think
my table relationships are causing this and don't know how to get around. I
have 4 tables: tblCustomer, tblWorkOrder, tblClientBuildings and
tblClientBuildContacts, the last three are related to tblCustomer by
CustomerName(Primary key in tblCustomer). I have a form frmCustomer that has
a subform that is a continuous form that is bound to tblClientBuilding. On
this subform there's a command button that opens a popup form that is bound
to tblClientBuildContacts and enables adding and editing to the table. That
part is working perfect. I have a frmWorkOrders and tried to use the same
form, called when a list box is filled. What I want to do is this: plunk
some information, a foreign key, into frmWorkOrder. The information does get
plunked into the table but when I tried to navigate to the next new record I
get the message. Can I just catch the error and ignore?
TIA
were not successful because they would create duplicate values...." I think
my table relationships are causing this and don't know how to get around. I
have 4 tables: tblCustomer, tblWorkOrder, tblClientBuildings and
tblClientBuildContacts, the last three are related to tblCustomer by
CustomerName(Primary key in tblCustomer). I have a form frmCustomer that has
a subform that is a continuous form that is bound to tblClientBuilding. On
this subform there's a command button that opens a popup form that is bound
to tblClientBuildContacts and enables adding and editing to the table. That
part is working perfect. I have a frmWorkOrders and tried to use the same
form, called when a list box is filled. What I want to do is this: plunk
some information, a foreign key, into frmWorkOrder. The information does get
plunked into the table but when I tried to navigate to the next new record I
get the message. Can I just catch the error and ignore?
TIA