OK - I have a table Employees and a table Availability. They are joined by EmployeeID - one to many.
For each Employee record, one field defines them as Current, Past or Potential.
In the Availability table a date field defines from when they were first available.
I want to delete Employee...