I'm trying to build a database to manage a group of volunteers. The end result is that I need a report with the total hours worked by each person for each activity, and then the total hours worked by all volunteers on each given day.
I already built the table containing the information for each person (name, surname, etc.). I also made a table with the activity and hours. I gave a unique volunteer number for each person and assigned this field as my key.
Then I created a relationship between these tables. I did something wrong because I keep getting an error message when I try to add 2 different dates and hours for a person.
Did I wrongfully create these databases ? Is there a better, and simpler, way to achieve my goal.
Thank you.