S
Striker
I am pretty new to Access 2007 so pardon.
I need to keep track of members attendance percentage at events. The
problem is their attendance percentage is for the number of events they
attend from the time they become members or from the Create Date in the
Members TBL.
1. How should I track the total number of events? Do I need another table
for this?
2. How do I query and get a percentage of events attended since they became
a member?
I built Members TBL with
UserName txt20 (Primary Key)
Create Date Date/Time General
Other fields that include password, address, phone etc.
Events TBL
AutoNumber (Primary Key)
UserName txt20
Event Date Date/Time General
Can someone suggest a better table structure? and a query that joins the
table properly to give me a attendance percentage from member create date.
I need to keep track of members attendance percentage at events. The
problem is their attendance percentage is for the number of events they
attend from the time they become members or from the Create Date in the
Members TBL.
1. How should I track the total number of events? Do I need another table
for this?
2. How do I query and get a percentage of events attended since they became
a member?
I built Members TBL with
UserName txt20 (Primary Key)
Create Date Date/Time General
Other fields that include password, address, phone etc.
Events TBL
AutoNumber (Primary Key)
UserName txt20
Event Date Date/Time General
Can someone suggest a better table structure? and a query that joins the
table properly to give me a attendance percentage from member create date.