Quite often, my users are too lazy to check whether a patient record exists or not. Consequently, we have a number of duplicate records that I would like to merge.
My problem is finding a way of linking 2 subforms to a parent that is not based upon a query.
On the parent form, I want two Comboboxes called 'Patient_to_Keep' and 'Patient_to_Discard'.
The two subforms called Frm_DUP_Patient1 and Frm_DUP_Patient2 should then display the data of the respective combo boxes.
Once I have this working, I can write the necessary code to compare and update the data as required.
Anybody had a solution to a similar problem? If so, your suggestions are most welcome.
PS: Once again - I find myself posting questions to this forum on a friday afternoon!. I'll probably get to your response on Tuesday or Wednesday next week.
My problem is finding a way of linking 2 subforms to a parent that is not based upon a query.
On the parent form, I want two Comboboxes called 'Patient_to_Keep' and 'Patient_to_Discard'.
The two subforms called Frm_DUP_Patient1 and Frm_DUP_Patient2 should then display the data of the respective combo boxes.
Once I have this working, I can write the necessary code to compare and update the data as required.
Anybody had a solution to a similar problem? If so, your suggestions are most welcome.
PS: Once again - I find myself posting questions to this forum on a friday afternoon!. I'll probably get to your response on Tuesday or Wednesday next week.