I’ve got a main table that contains:
Agent Name
ID
Vacation Days
And I’ve got a table of employees who have been termed that contains:
Agent Name
ID
Term Date
Now I need to be able to automatically go back and delete the dates the termed agents had been requested out of the main table.
How can I delete specific records using the delete query?
Spyder757
Agent Name
ID
Vacation Days
And I’ve got a table of employees who have been termed that contains:
Agent Name
ID
Term Date
Now I need to be able to automatically go back and delete the dates the termed agents had been requested out of the main table.
How can I delete specific records using the delete query?
Spyder757