This should be simple but no matter what I try it's just not working for me.
I have a main form called Client that has two subforms. One subform is called Family Members and the other subform is Training. The main form contains a primary key. Each of the subforms has a foreign key. I am using tab controls to display the data. The main form and each subform are on a separate tab. So 3 tabs total.
I'd like to place a combo box on the Training subform that would filter by the primary key field and list only the family members in the drop down that have that primary key in common. That way the user would only be able to choose from the family members within that specific ID number to enter the training information on. If I changed to a different client, then click on the training tab, I would only see their list of family members on the combo drop down list.
Thanks for any assistance you can provide.
tc
I have a main form called Client that has two subforms. One subform is called Family Members and the other subform is Training. The main form contains a primary key. Each of the subforms has a foreign key. I am using tab controls to display the data. The main form and each subform are on a separate tab. So 3 tabs total.
I'd like to place a combo box on the Training subform that would filter by the primary key field and list only the family members in the drop down that have that primary key in common. That way the user would only be able to choose from the family members within that specific ID number to enter the training information on. If I changed to a different client, then click on the training tab, I would only see their list of family members on the combo drop down list.
Thanks for any assistance you can provide.
tc