C
colby
I have a simple database with one table that has the fields userID,
date, comments, votes. I need to figure out how to setup a query to
list each id only once and also total up the number of votes that id
hade for the previous month. The userID will have about 60 different
values that can be in the table more than once. Each record will have
one vote. During the month people will vote on people for whatever and
I just want to be able to run a query and report to have a grand total
for each userID.
date, comments, votes. I need to figure out how to setup a query to
list each id only once and also total up the number of votes that id
hade for the previous month. The userID will have about 60 different
values that can be in the table more than once. Each record will have
one vote. During the month people will vote on people for whatever and
I just want to be able to run a query and report to have a grand total
for each userID.