M
maarkr
I'm having trouble with something that should be simple:
I have a project with committees for each project. I want
to be able to select people from a db to have a list of
many people (a committee) for each project.
Project db
ProjID PK
People db
People ID PK
Proj ID FK
I want to select people from a cb on the project form and
list them on the project form in a datasheet.
Do I need another db to save my selections (select from
people and save to Committees)? Do I need a many-many
relationship setup?
thanks
I have a project with committees for each project. I want
to be able to select people from a db to have a list of
many people (a committee) for each project.
Project db
ProjID PK
People db
People ID PK
Proj ID FK
I want to select people from a cb on the project form and
list them on the project form in a datasheet.
Do I need another db to save my selections (select from
people and save to Committees)? Do I need a many-many
relationship setup?
thanks