Design by Sue
Registered User.
- Local time
- Today, 16:22
- Joined
- Jul 16, 2010
- Messages
- 816
The database I have keeps track of employee training based on their job description. An employee can have more than one job description (they start in one position but are promoted to the next - the previous job description remains). I need to keep track of the current job description. Currently I have a number of tables in the database but the two that I believe are involved here are the Employee Table that keeps track of the employee number, first and last names and the Job Description Table that has the employee number in one column and the job description in the 2nd column. What are suggestions do you have to help me indicate which of the existing descriptions are the current one. I would like to be able to have the user select "current" on my form when they are linking the employee to the description and if there is a previous description as current, what ever the user does, "turns off" the current in the old description and turns it on in the new.
I was thinking of a column called Current and using Yes/No. If this solution works how would I prevent more than one yes per employee and how would I change it as described above.
Appreciate any input!
Sue
I was thinking of a column called Current and using Yes/No. If this solution works how would I prevent more than one yes per employee and how would I change it as described above.
Appreciate any input!
Sue