My main table is a list of projects completed. The primary key is ProjectName. Each ProjectName has Staff (more than one). Each Staff has a specific Role in this project; the role may be different for a different project. In addition, each Staff has a yes/no field (does staff have a resume on file?) where the answer will always be the same for this Staff person.
--One ProjectName can have many Staff. Staff can work on many projects.
--Staff can have only one role in a certain project but staff could have a different role in a different project.
I keep getting tripped up over how many tables I need, which fields appear in both (all) tables, which is the primary key of the same name (or where I can use an autonumber), etc.
I'm building a form to allow dataentry for all these fields. I presume I need one (or more) subform(s) in the form, but I don't know which tables have the forms that become the subforms.
I appreciate your help.
--One ProjectName can have many Staff. Staff can work on many projects.
--Staff can have only one role in a certain project but staff could have a different role in a different project.
I keep getting tripped up over how many tables I need, which fields appear in both (all) tables, which is the primary key of the same name (or where I can use an autonumber), etc.
I'm building a form to allow dataentry for all these fields. I presume I need one (or more) subform(s) in the form, but I don't know which tables have the forms that become the subforms.
I appreciate your help.