I have an active database that is used to evaluate employee call performance. When building the database (my first full attempt) I did not include a way to sort out employees who are no longer active.
I know I dont want to delete them.
I have three thoughts to fix this but would like opinions.
1) Add a termination date to the employee table
I know I dont want to delete them.
I have three thoughts to fix this but would like opinions.
1) Add a termination date to the employee table
- How do I set my form to ignore all employees with a term date? (I currently have a drop down box that allows us to choose the associate from the employee table by using the Row Source)
- What if the employee were to return to the position (has only happend about 5 times in 15 years)
- would sorting termed employees out of reports be as simple as adding in the criteria of the query something like "is Null" under the term date?
- Same question about how to ignore employees that have been unclicked?
- What happens to the associated records under the "old" employee name?