I am doing a sports database and would like some advice on table structure. Using access 2007.
I am trying to stop the repetition of "location" in tables. I already have created a location table with LocationID, State and Location Name. What I want to record is that each location will have events at varying distances.
What my aim is, is to record best time, average time by distance at location. So that later I can reference which locations have which distances and if wanted best times per distance or per location.
My thought is that I would need to create a table for each distance possible and then list the locationName and LocationID of all locations that feature this distance and then the respective best time and average time next to each location.
Is there a better technique?
I am trying to stop the repetition of "location" in tables. I already have created a location table with LocationID, State and Location Name. What I want to record is that each location will have events at varying distances.
What my aim is, is to record best time, average time by distance at location. So that later I can reference which locations have which distances and if wanted best times per distance or per location.
My thought is that I would need to create a table for each distance possible and then list the locationName and LocationID of all locations that feature this distance and then the respective best time and average time next to each location.
Is there a better technique?