N
newbietoo
Hello,
I need advice on how to set up related tables to track annual nominations
for president. Data collected include nominee personal data, total hours of
volunteer work with types of volunteer work, list of nominator, and
nomination status. Records will be kept active to query historical
nominations for a particular person.
Question:
Would I create 7 tables?
1) Nominee personal data
nomineeID (primary key)
Fname
Lname
City, etc.
2 Nominators
nominatorID (primary key)
fname
lname
3) Nominations (person can have multiple nominators)
nomineeID
nominatorID
year
4) Types of Volunteer work (note: enable end-user to add record)
VolunteerType
5) Nominee Volunteer Info
nomineeID (foreign key)
year
TotalVolunteerHrs
5a) subdatasheet - list of VolunteerType
7) Nomination Status
Nominee ID (foreign key)
Year
Approved
Would it be possible to create one data entry form for the above tables?
Thanks in advance for any suggestions!
Lynn
I need advice on how to set up related tables to track annual nominations
for president. Data collected include nominee personal data, total hours of
volunteer work with types of volunteer work, list of nominator, and
nomination status. Records will be kept active to query historical
nominations for a particular person.
Question:
Would I create 7 tables?
1) Nominee personal data
nomineeID (primary key)
Fname
Lname
City, etc.
2 Nominators
nominatorID (primary key)
fname
lname
3) Nominations (person can have multiple nominators)
nomineeID
nominatorID
year
4) Types of Volunteer work (note: enable end-user to add record)
VolunteerType
5) Nominee Volunteer Info
nomineeID (foreign key)
year
TotalVolunteerHrs
5a) subdatasheet - list of VolunteerType
7) Nomination Status
Nominee ID (foreign key)
Year
Approved
Would it be possible to create one data entry form for the above tables?
Thanks in advance for any suggestions!
Lynn