G
Garnet
Not sure if this will fly at all but thought I'd give this a shot. I'm
teaching myself Access and just picked up a workshop registration project
that will be a great learning experience. It addresses some basic relational
database concepts which I'm struggling with but I thought it might also be a
learning opportunity for anyone else out there who may be trying to teach
themselves the app.
I was thinking I'd post my steps to this point, ask questions related to the
next step and get the feedback. It would be a good step by step reference for
anyone out there who is or will be in a similar position.
So, here's the project description:
Workshop is a single day event with advanced registration. Registrants
provide basic information, Name, Business Addy, Email addy, phone, titles,
credentials, etc. They then select one seminar from a choice of 8 offered in
the morning and in the afternoon. The 8 choices are the same seminars the
only difference is the time they're offered.
I want develop a basic, easy to use data entry form and when the db design
is completed I'd like to:
1) Have a master list of all participants with their
contact information
2) Output sign in sheets that will correspond to the
classes the
registrants have selected. I'd like those to be Excel
sheets.
My actions so far:
- Built 2 tables: Registrant name and contact info table
and
workshop table containing the workshop titles
Which brings me to my first question:
One participant will have 4 choices, 2 workshop titles and 2 times of day
from which to choose (AM/PM) Should I build a 3rd table that will be a Time
of Day table, ie, AM/PM.
teaching myself Access and just picked up a workshop registration project
that will be a great learning experience. It addresses some basic relational
database concepts which I'm struggling with but I thought it might also be a
learning opportunity for anyone else out there who may be trying to teach
themselves the app.
I was thinking I'd post my steps to this point, ask questions related to the
next step and get the feedback. It would be a good step by step reference for
anyone out there who is or will be in a similar position.
So, here's the project description:
Workshop is a single day event with advanced registration. Registrants
provide basic information, Name, Business Addy, Email addy, phone, titles,
credentials, etc. They then select one seminar from a choice of 8 offered in
the morning and in the afternoon. The 8 choices are the same seminars the
only difference is the time they're offered.
I want develop a basic, easy to use data entry form and when the db design
is completed I'd like to:
1) Have a master list of all participants with their
contact information
2) Output sign in sheets that will correspond to the
classes the
registrants have selected. I'd like those to be Excel
sheets.
My actions so far:
- Built 2 tables: Registrant name and contact info table
and
workshop table containing the workshop titles
Which brings me to my first question:
One participant will have 4 choices, 2 workshop titles and 2 times of day
from which to choose (AM/PM) Should I build a 3rd table that will be a Time
of Day table, ie, AM/PM.