I am trying to create a data entry form (that can also serve as a view and edit form, if required). The form would be accessing data from 4 tables. Table 1 contains Family level data; Table 2 contains Family Member data and includes a linking Family ID field; Table 3 contains Group data with linking fields to the ID Keys of each of the Family Member table and the Group Position Title table; Table 4 contains Group Position Title data. Each Family can have multiple Family Members. Each Family Member can belong to multiple Groups. Each Group can contain Multiple Group Position Titles (i.e., each group can have, for example, volutneers, chaiman, vice-chairman, etc. positions).
I'm having trouble thinking of how to achieve my intended result. I am envisioning a form containing one combo box (or list box) containing group names. The form would have a continuous sub form (linked by family member ID?) showing three more combo boxes: one for Family name, one for member data and one for position titles. That way, for data entry purposes, the user would first pick a group from the form, an after update code would requery the subform, and the user could choose from family, family member (requeried after family update) and position title (no need to requery). Does that sound right?
Anyway, I can't get it to work. Any ideas on whether I've designed this wrong or ideas on ways to get this to work? Any help is much appreciated. Thanks.
I'm having trouble thinking of how to achieve my intended result. I am envisioning a form containing one combo box (or list box) containing group names. The form would have a continuous sub form (linked by family member ID?) showing three more combo boxes: one for Family name, one for member data and one for position titles. That way, for data entry purposes, the user would first pick a group from the form, an after update code would requery the subform, and the user could choose from family, family member (requeried after family update) and position title (no need to requery). Does that sound right?
Anyway, I can't get it to work. Any ideas on whether I've designed this wrong or ideas on ways to get this to work? Any help is much appreciated. Thanks.