G
Guest
I am doing the most basic delete query:
DELETE DISTINCTROW tblStudents.*
FROM tblTempStudents INNER JOIN tblStudents ON tblTempStudents.[Student
ID]=tblStudents.[Student ID];
and Access acts like it's running it but when I check the records are still
there - no error message - what am I missing?
DELETE DISTINCTROW tblStudents.*
FROM tblTempStudents INNER JOIN tblStudents ON tblTempStudents.[Student
ID]=tblStudents.[Student ID];
and Access acts like it's running it but when I check the records are still
there - no error message - what am I missing?