Hi,
I am trying to create a way of recording biweekly attendance for multiple faculty and their several classes of 10 or more students. I was trying to follow an example I found online where the faculty could enter the data through a form and then run an append query (AppendAttendnceQuery) that would take the info (BiweeklyDate, ClassesAttended, ClassesOffered) from the form (StudentAttendanceByFacultyQF) and append it to a historical table (StudentAttendance). Currently when I run the query I am getting 0 records appended or the entire 851 rather than only those associated with that faculty selected on the form. I recognize that there are probably lots of problems with the design of this DB. I am hoping to work to correct these once or at the same time as I get the attendance function working. This is a priority for me right now. My knowledge of code is limited. I hope you can help. DB attached.
Thanks and take care,
Daryl