Adding Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top