referencing subforms

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?
 

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