Here it comes;
INSERT INTO AttendanceT ( StundentID, InClass, AttendanceDate )
SELECT StudentT.StudentID, StudentT.TempAttendance, [Forms]![StudentT]![AttendanceDate] AS TodaysDate
FROM StudentT;
Can you see anything in the code that causes the problem?
As I mentioned, when I execute this...