I have a database that imports employees from an Excel file.
I have an append query that adds new employees and an update query that updates information on the current employee (i.e. Name Changes, Address, etc.).
I have a field on a table called Departed which I have to update manually between yes and no if an employee leaves.
I am trying to find a way that if the employee is not in Excel, then change their Departed record from no to yes in Access.
Thanks in advance.