I am creating a Db to track student attendance in classes. I have the following tables (tblCourseName, tblClasses, tblAttendance, tblStudents) and relationships (1:M tblCourseNames:tblClasses, 1:M tblClasses:tblAttendance, 1:M tblStudents:tblAttendance). How do I create a Form that will let me select a Student from tblStudents when someone registers for a class? The Form I currently have “Names In Class” will not let me select a student from a combo list. I am attaching a zipfile with screenshots of the query and form. I am a novice user so I will have a problem writing/understanding any code. I hope this is something that can be done fairly easily.
Also, on another issue. When I am working in this Db, Access shuts down frequently. I have tried the compact/repair and creating a new blank Db and importing the tables, queries, etc. into that . It is still shutting down. Any other suggestions?
Thank you in advance for your help.