Hi, I'm a newbie here so if this has already been answered, I apologise.
I have a form which has a combo box. This combo box looks up values in a query. When a user picks an option from the lookup list, it inserts the detail into the form and the PK into the underlying table.
All good so far.
The lookup is based on a query on the Employee Table. The employee table has EmployeeID, EmployeeName, StartDate and FinishDate. The query only lists current staff (Finish Date = Null)
My problem is that when an employee leaves and a finish date is added, that Employee's name disappears from all records they were associated with in the main form (A split form).
It seems the info is still in the table but not showing up in the form. I have the table hidden from users. I'm using a split form as the user wants to see certain info for several records in a spreadsheet like form (as they used Excel up to now).
Is there a way of keeping old info in the form which no longer shows up in the drop down box?