I am trying to create a database to tally up people choices votes for an upcoming car show.
I created a table with the participants information, and made the primary key the EntryNumber field.
I created a table with the categories to be voted on by decades, i.e. 1930s, 1940's, 1950's etc.
I anticipate approxiamately 100 participants, and 10 categories.
I anticipate approximately 200 voting ballots, with a vote in each of the 10 categories.
How do I create a report to report to show how many votes each participate received?
The last time I worked with Microsoft Access, was Access 95, so it's been a while.