D
Dan M
I organize volunteers for a series of 10 events throughout the course of a
year. Since each volunteer can attend multiple events, and each event has
multiple volunteers, I figured out I shoudl be using a junction table. This
table contains the fields "VolunteerID" (a combo box that links to the
volunteer table) and "EventID" (linked to the event table)
When I made the form for the volunters, I included this junction table.
However, when I add new events to a volunteers, I get a list that is 10
events for each year. Since we have 10 years of data, we get somethign that
looks like:
Event1 2000
Event1 2001
Event1 2002
....
Event1 2010
Event2 2000
Event2 2001 and so on...
So we end up with a list has 100 entries, one for each row on the events
table. This isn't so much a problem in the events table, but seems
needlessly messy in the form. Is there a way that this one field could be
split into two; one listing the 10 events, and one listing the year, and
still have it link back to the relevant entry in the events table?
Thanks!
year. Since each volunteer can attend multiple events, and each event has
multiple volunteers, I figured out I shoudl be using a junction table. This
table contains the fields "VolunteerID" (a combo box that links to the
volunteer table) and "EventID" (linked to the event table)
When I made the form for the volunters, I included this junction table.
However, when I add new events to a volunteers, I get a list that is 10
events for each year. Since we have 10 years of data, we get somethign that
looks like:
Event1 2000
Event1 2001
Event1 2002
....
Event1 2010
Event2 2000
Event2 2001 and so on...
So we end up with a list has 100 entries, one for each row on the events
table. This isn't so much a problem in the events table, but seems
needlessly messy in the form. Is there a way that this one field could be
split into two; one listing the 10 events, and one listing the year, and
still have it link back to the relevant entry in the events table?
Thanks!