i am getting an error try to run query:
it says to specify table to delete from?
Code:
DELETE * FROM tblExceptions INNER JOIN tblTemp3 ON tblExceptions.ExceptionKey=tblTemp3.ExceptionKey WHERE (((tblExceptions.ExceptionLevel)=0));
Comment