Hello again.
I have a database with Patient Visits to my office and data collected in each visit.
The Frm_Ptn_VisitDate enters the Dates a Patient Visits my Office.
In the Frm_Testing I have a Form/Subform Configuration. If I select a Date in Combo17 (AptDate1 Label), it correctly changes the name of the Patient and the data collected in the specified date on the Subform.
1) What I can NOT do, is to have Combo17 show ONLY the dates a certain Patient visited my Office and not all the visits from all the Patients.
2) Another (better?) solution would be to create Cascaded Combo Boxes. For this cause I have added Combo19 from where you can select a Patient Name (I removed the duplicate values). Based on this Combo Box I would like Combo17 to show ONLY the dates this certain Patient visited my Office. Unfortunately I haven't succeeded so far.SO_FAR.zipSO_FAR.zip
Thanks for your help. Waiting for your feedback.