Hi, I am receiving the error: "Specify the Table containing the records you want to delete." When i try to run the query below. Any suggestions on what I am missing here?
DELETE PT_102_Employee_Attendance_Table.[DateofOccurrence], *
FROM PT_102_Employee_Attendance_Table, AT_271_Isolate_Last_Years_Date_From_Today_Table
WHERE (((PT_102_Employee_Attendance_Table.[DateofOccurrence])<=(AT_271_Isolate_Last_Years_Date_From_Today_Table.[LastYRDTE])));
DELETE PT_102_Employee_Attendance_Table.[DateofOccurrence], *
FROM PT_102_Employee_Attendance_Table, AT_271_Isolate_Last_Years_Date_From_Today_Table
WHERE (((PT_102_Employee_Attendance_Table.[DateofOccurrence])<=(AT_271_Isolate_Last_Years_Date_From_Today_Table.[LastYRDTE])));