I have created a simple database used to track attendance and assigned computers. I have three tables- StudentsT, ComputersT and AttendanceT. I have one form StudentF used to enter basic information on student, including temp attendance. The problem I'm having is that I created an append query used to pull information off the StudentT and place it into the AttendanceT. It is performing that action properly however it is adding too many records with each individual entry. When I try to update one record the query is updating every record stored in the StudentT. Can anyone help me to solve this issue. It appears to be something simple that as a new user I'm overlooking.
