G
Guest
I currently have a events database that stores details of courses and their
attendees. I would like to add an attendance part to this datbase so I can
see when people attended (or not).
The tables I have so far are
Attendees
=======
which stores attendee demographic data, primary key is AttendeeID (autonumber)
Events
======
Stores details of events, primary key is EventsID (autonumber)
Registration
=========
stores details of attendee registration on events PK is RegistrationID
(autonumber)
tblEventsLocation
===========
stores dates and location for events PK tblEventslocationID (autonumber)
I am a little stuck on how to do a attendance table, the courses and events
are multiday courses, I am sure I need another table called
Attendance
=======
to store details of attendance on each date. but what details do I need in
the table and how should it be linked with other parts of the database?????
Attendance would only be either yes or no so.
any help would be greatly appreciated, thanks in advance
Phil
attendees. I would like to add an attendance part to this datbase so I can
see when people attended (or not).
The tables I have so far are
Attendees
=======
which stores attendee demographic data, primary key is AttendeeID (autonumber)
Events
======
Stores details of events, primary key is EventsID (autonumber)
Registration
=========
stores details of attendee registration on events PK is RegistrationID
(autonumber)
tblEventsLocation
===========
stores dates and location for events PK tblEventslocationID (autonumber)
I am a little stuck on how to do a attendance table, the courses and events
are multiday courses, I am sure I need another table called
Attendance
=======
to store details of attendance on each date. but what details do I need in
the table and how should it be linked with other parts of the database?????
Attendance would only be either yes or no so.
any help would be greatly appreciated, thanks in advance
Phil