GT_engineer
Registered User.
- Local time
- Yesterday, 19:07
- Joined
- Aug 23, 2012
- Messages
- 85
I want a combo box to display only current employees, so I have a combo box that displays employees name, with a query
WHERE (Status = TRUE)
meaning that employee is currently working for the company.
Problem with this is, when that employee leaves (Status = FALSE) then all forms that use to have his/her name now show blank.
Is there a way for the combo box to display only current employees but the form retains all of its past information???
WHERE (Status = TRUE)
meaning that employee is currently working for the company.
Problem with this is, when that employee leaves (Status = FALSE) then all forms that use to have his/her name now show blank.
Is there a way for the combo box to display only current employees but the form retains all of its past information???