I am working on developing a form to allow a user to create a master \ detail record. I want to display the detail values as text fields so I use the details view of the DataViewGrid together with a binding navigator to add \ detail detail records.
The problem is getting the primary key from the master record stored on each detail record (keep foreign key integrity)
Does anyone have an insight on how to achieve this?
many thanks