B
Bill
I have a customer form that has a unique PK for each customer.
I also have a subform for phone numbers which child field (PhoneListID)
equals the master field (CustomerID).
I am having trouble referencing/binding the subform to the form. How does
one do it in ADP? Everytime i rn my code, i get the following error:
INSERT statement conflicted with COLUMN FOREIGN KEY constraint
'PhoneList_FK01'. The conflict occured in database '<my_database>', table
'PhoneType', column 'PhoneTypeID'
any ideas?
I also have a subform for phone numbers which child field (PhoneListID)
equals the master field (CustomerID).
I am having trouble referencing/binding the subform to the form. How does
one do it in ADP? Everytime i rn my code, i get the following error:
INSERT statement conflicted with COLUMN FOREIGN KEY constraint
'PhoneList_FK01'. The conflict occured in database '<my_database>', table
'PhoneType', column 'PhoneTypeID'
any ideas?