S
Secret Squirrel
I've been working on building an employee database for my company to track
all employee information, etc. I'm now at the point of creating an employee
review/evaluation section but I'm having a brain fart as to how to set it up.
The problem I'm having is that when a new employee is hired they get their
first review 3 months after they start. Then they have a 6 month review and
if they last that long then after that they will get an annual review based
on the month they were hired. The problem I'm having is I can't figure out if
I should create 3 separate tables, 1 for the 3 month reviews, 1 for the 6
month reviews, and then a final one for the annual reviews. On my main
employee form I want to have a field that will tell the uers when the next
review is due. I could use a simple "DateAdd" formula to do this but since
there is 3 different review terms then I really can't do it this way. How
would I tell if the 3 month review is done and then have it calculate 6
months from the hire date. And if the 3 month and 6 month is done then how do
I have the "DateAdd" tell it to add 1 year to the calculation? I'm confused.
Can anyone shed some ideas my way?
all employee information, etc. I'm now at the point of creating an employee
review/evaluation section but I'm having a brain fart as to how to set it up.
The problem I'm having is that when a new employee is hired they get their
first review 3 months after they start. Then they have a 6 month review and
if they last that long then after that they will get an annual review based
on the month they were hired. The problem I'm having is I can't figure out if
I should create 3 separate tables, 1 for the 3 month reviews, 1 for the 6
month reviews, and then a final one for the annual reviews. On my main
employee form I want to have a field that will tell the uers when the next
review is due. I could use a simple "DateAdd" formula to do this but since
there is 3 different review terms then I really can't do it this way. How
would I tell if the 3 month review is done and then have it calculate 6
months from the hire date. And if the 3 month and 6 month is done then how do
I have the "DateAdd" tell it to add 1 year to the calculation? I'm confused.
Can anyone shed some ideas my way?