T
Tom via AccessMonster.com
Hi,
I am tring to design a database that allows me to track an event that occurs
each year. The event only happens once a year. Several venues (separate
locations) participate in the event. Venues have some information (address)
that will not change from year to year. Each venue that participates will
lease space to the show promoter. Each show will have a name and a contact
person. Each venue will have a contact person. Each show will have some
information that will change from year to year.
I need to track information and compair information from year to year.
So far I think I need at least three tables. tblYear, tblEvent, tblVenue. Im
having trouble setting the relationships. An event can occur on several years.
One year can have several events. An event can occur at several venues. One
venue can host several events.
Would it be correct to make two many to many relationships using tblEventYear
and tblEventVenue as linking tables? Should the linking tables contain any
information besides the keys?
When I enter information into the database some information will not change
from year to year (venue address) and I would like to not enter it every year.
Thanks for the help
Tom
I am tring to design a database that allows me to track an event that occurs
each year. The event only happens once a year. Several venues (separate
locations) participate in the event. Venues have some information (address)
that will not change from year to year. Each venue that participates will
lease space to the show promoter. Each show will have a name and a contact
person. Each venue will have a contact person. Each show will have some
information that will change from year to year.
I need to track information and compair information from year to year.
So far I think I need at least three tables. tblYear, tblEvent, tblVenue. Im
having trouble setting the relationships. An event can occur on several years.
One year can have several events. An event can occur at several venues. One
venue can host several events.
Would it be correct to make two many to many relationships using tblEventYear
and tblEventVenue as linking tables? Should the linking tables contain any
information besides the keys?
When I enter information into the database some information will not change
from year to year (venue address) and I would like to not enter it every year.
Thanks for the help
Tom