Structure to support Calendar report

S

Stephanie

Hi. This is for now a table and form questions, but
ultimately I want to build a generic (5-week) month
calendar.

I have Contacts that Volunteer at facilities. Volunteers
visit various facilities at various intervals. Examples:
every Saturday, first Wednesday of the month, every other
Monday, Tuesdays and Thursdays every week. So I think I
need a subform that allows me to have a datasheet view of
Days, a field for frequency and a field for timing (which
week of the month). Sounds OK or am I missing something?

I think I may have some table issues so I'm trying to
figure out if what I have will support what I need.

Currently I have:
tblVolunteering
VolunteeringID
FrequencyID
DaysID

tblFrequency
FrequencyID
FrequencyText

tblDays
DaysID
DaysText

I want to be able to support multi-Days, but I don't
think this structure allows me to do so. I admit I get
FK backwards. But when I tried to change things up
tblVolunteering wasn't happy.

I'd appreciate suggestions to get me on the right track
to build my report. Thanks, Stephanie
 
S

Stephanie

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top