Church attendance tracking

G

Guest

I have a table with a unique record for each member of our church. Right
now, we use a completely separate Excel sheet with a column for each Sunday
to track attendance. I would like to use access (so that the members list
updates automatically when we gain/lose someone). What's the best way to
track weekly attendance for a group of around 600 people?
 
K

Ken Snell [MVP]

Create a table (call it tblAttendance). It should have two fields:
PersonID
AttendDate

Each person is entered into one record for each date that they attend.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top