M
Maccers
Ok, I am designing a database using access 2007. First of all i am trying to
make a table that tallys all Users points from an "Events" table. I am unsure
how to go about this. First of i have a "Users" table, which has 2 fields,
UserID (Primary Key) and Username, a "Events" table: EventID (Primary Key)
EventName, Date, and an Attendance table: AttendID (Key), Event (lookup from
EventName from Events table), Name (lookup from Users) and Points.
What im trying to do is make a table that tallys all users points from all
events that specific user has attended. eg. UserA attended EventA and
recieved 10 points, and EventB and recieved 10points, what i want to do is
make a table that can add all these points together so it can be shown in a
"Profile" form.
make a table that tallys all Users points from an "Events" table. I am unsure
how to go about this. First of i have a "Users" table, which has 2 fields,
UserID (Primary Key) and Username, a "Events" table: EventID (Primary Key)
EventName, Date, and an Attendance table: AttendID (Key), Event (lookup from
EventName from Events table), Name (lookup from Users) and Points.
What im trying to do is make a table that tallys all users points from all
events that specific user has attended. eg. UserA attended EventA and
recieved 10 points, and EventB and recieved 10points, what i want to do is
make a table that can add all these points together so it can be shown in a
"Profile" form.