G
Guest
Greetings...
I am getting a complie syntex error with the code listed below! Can someone
please help me with it? The ID Fields are text fields.
CurrentDb.Execute "DELETE FROM tblMovement " & _
"WHERE EmpId = '" & lstNewSupervisor.Column(0) & _
"' AND SupervisorID = " & txtSupervisorID
Thanks!
I am getting a complie syntex error with the code listed below! Can someone
please help me with it? The ID Fields are text fields.
CurrentDb.Execute "DELETE FROM tblMovement " & _
"WHERE EmpId = '" & lstNewSupervisor.Column(0) & _
"' AND SupervisorID = " & txtSupervisorID
Thanks!