Hi
I'm recording information about people attending training courses. There are three tables
1 - tblStaff (StaffID, FirstName, Surname)
2 - tblCourse (CourseName)
3 - tblAttendance(StaffID,CourseName,Date)
Table three is a many to many junction table as you can see.
(This is a simplified version...