I have a database that I need to track when people come to meetings so I will be adding the date each time they attend. How can I incoporate this into my existing database?
Just a guess at this stage, Beth, but you will possibly need an
attendance table with fields like this...
Table: Attendance
AttendanceID (autonumber)
MeetingID (link to Meetings table)
MeetingDate
PersonID (link to People table)
- Steve Schapel, Microsoft Access MVP
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.