Hi all;
This is probably so basic that I am embarrassed to ask, however I would like to get off on the right foot. So here goes my first post to this forum.
I would like to build a database that tracks attendance at events by date.
Components would be the first and last name of the person, the category of event, the name of the specific event and finally the date that the person attended. A person could potentially attend more than one event on any given day.
So here is what I am thinking:
A date table with a one to many relationship with the member.
A members table with a one to many relationship with a category of event
A category table with a one to many relationship with the activity table
Finally an activity table
For instance, an example of a category might be “Sports” and specific activities could be “tennis”, “golf”, “hiking”, etc. There could be a dozen categories and 100 different activities.
Required reports would include:
The number of people who attended each event
A list of people who attended each event
The number of people who attended each category of events by week or month
A list of people who attended each category of events by week or month
The number of events that a member attended by week or month
The specific events that a member attended and the date associated with each
How to manage the date is the dilemma that I am struggling with, or am I getting too fancy here?
Any advice would be greatly appreciated or even a confirmation that I am on the right track.
Thanks in advance.
kular
This is probably so basic that I am embarrassed to ask, however I would like to get off on the right foot. So here goes my first post to this forum.
I would like to build a database that tracks attendance at events by date.
Components would be the first and last name of the person, the category of event, the name of the specific event and finally the date that the person attended. A person could potentially attend more than one event on any given day.
So here is what I am thinking:
A date table with a one to many relationship with the member.
A members table with a one to many relationship with a category of event
A category table with a one to many relationship with the activity table
Finally an activity table
For instance, an example of a category might be “Sports” and specific activities could be “tennis”, “golf”, “hiking”, etc. There could be a dozen categories and 100 different activities.
Required reports would include:
The number of people who attended each event
A list of people who attended each event
The number of people who attended each category of events by week or month
A list of people who attended each category of events by week or month
The number of events that a member attended by week or month
The specific events that a member attended and the date associated with each
How to manage the date is the dilemma that I am struggling with, or am I getting too fancy here?
Any advice would be greatly appreciated or even a confirmation that I am on the right track.
Thanks in advance.
kular