S
Stephanie
Hi. I have 3 tables:
Volunteering
VolunteeringID
VolunteeringName...
Frequency
FrequencyID
FrequencyName (1xWeek, 1xMonth...)
Days
DaysID
DaysName (Monday, Tuesday...)
Currently, I have Volunteering holds both the Days and Frequency FKs.
Probably wrong?
I want to be able to list the volunteer opportunity, choose the frequency,
and then choose all of the days that correspond to that frequency using a
combo box. For example: I combo box select 2xWeek for the frequency, then
I'd like to choose Monday and Wednesday from combo boxes (challenge is
knowing how many?).
So, I'm guessing I don't have a table design that works properly. Which is
important before I try to figure out the form. I appreciate your suggestions!
Volunteering
VolunteeringID
VolunteeringName...
Frequency
FrequencyID
FrequencyName (1xWeek, 1xMonth...)
Days
DaysID
DaysName (Monday, Tuesday...)
Currently, I have Volunteering holds both the Days and Frequency FKs.
Probably wrong?
I want to be able to list the volunteer opportunity, choose the frequency,
and then choose all of the days that correspond to that frequency using a
combo box. For example: I combo box select 2xWeek for the frequency, then
I'd like to choose Monday and Wednesday from combo boxes (challenge is
knowing how many?).
So, I'm guessing I don't have a table design that works properly. Which is
important before I try to figure out the form. I appreciate your suggestions!