C
Catherine Jo Morgan
This is for a database for a recreational tree climbing business. There are
different kinds of climbs offered, as well as occasional other services like
tree canopy research. So we have a table called Services.
My problem is that one kind of service has a variety of types. It's called
Introductory Climbs. Within that category, there are quite a few choices:
birthday party, family climb, festival climb, father-daughter climb, etc. I
can make a table for Introductory Climb Types, of course. But how do I link
this to the Services table?
Eventually of course I'll want a form made so that if Introductory Climb is
selected as the service, then a list of Introductory Climb Types opens so
the type can be selected.
Then if it's a birthday party, additional fields are required: the birthday
person, birthday person's gender, and birthday person's age. So there needs
to be a separate table for Birthday Parties with these fields.
How to relate these three tables? Services, IntroductoryClimbTypes, and
BirthdayParties?
TIA
different kinds of climbs offered, as well as occasional other services like
tree canopy research. So we have a table called Services.
My problem is that one kind of service has a variety of types. It's called
Introductory Climbs. Within that category, there are quite a few choices:
birthday party, family climb, festival climb, father-daughter climb, etc. I
can make a table for Introductory Climb Types, of course. But how do I link
this to the Services table?
Eventually of course I'll want a form made so that if Introductory Climb is
selected as the service, then a list of Introductory Climb Types opens so
the type can be selected.
Then if it's a birthday party, additional fields are required: the birthday
person, birthday person's gender, and birthday person's age. So there needs
to be a separate table for Birthday Parties with these fields.
How to relate these three tables? Services, IntroductoryClimbTypes, and
BirthdayParties?
TIA