G Guest Oct 26, 2003 #1 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?
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?
S Steve Schapel Oct 26, 2003 #2 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
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