Hi,
My employer is wanted to track employee evaluations. There are 2 types of evaluations - MidEval and FinishEval. The first MidEval is calculated 6 months from the HireDate. The FinishEval is 12 months from the HireDate. I am ok with these calculations. But I need help with the next. I need the next MidEval to be 12 months from the last MidEval and I need the next FinishEval to be 12 months from the last Finish Eval.
I plan on doing the calculations within an If statement to determine if the employee is within the first year of employment or not, in order to know which calculation to use.
Here's the tables and fields I have it setup so far.
tblEmployee
-EmpID
-EmpFName
-EmpLName
-EmpHireDate
tblEvaluation
-EvalType (a lookup combo box giving the option of MidEval or FinishEval)
-NextEvalDate (based on the type selected the calculation will display when the next evaluation is due)
-EvalCompleted (a check box to identify that the eval has been completed)
-CompletedDate (a text box manually entered the date the eval was completed)
-EmpID (relationship linked to tblEmployee)
I have a form for Employee and a subform for Evaluation which are based on queries. The forms are to allow the user to have a point for data entry.
Please let me know if more info is needed or if I need to explain again. Your help is greatly appreciated.
Dave
My employer is wanted to track employee evaluations. There are 2 types of evaluations - MidEval and FinishEval. The first MidEval is calculated 6 months from the HireDate. The FinishEval is 12 months from the HireDate. I am ok with these calculations. But I need help with the next. I need the next MidEval to be 12 months from the last MidEval and I need the next FinishEval to be 12 months from the last Finish Eval.
I plan on doing the calculations within an If statement to determine if the employee is within the first year of employment or not, in order to know which calculation to use.
Here's the tables and fields I have it setup so far.
tblEmployee
-EmpID
-EmpFName
-EmpLName
-EmpHireDate
tblEvaluation
-EvalType (a lookup combo box giving the option of MidEval or FinishEval)
-NextEvalDate (based on the type selected the calculation will display when the next evaluation is due)
-EvalCompleted (a check box to identify that the eval has been completed)
-CompletedDate (a text box manually entered the date the eval was completed)
-EmpID (relationship linked to tblEmployee)
I have a form for Employee and a subform for Evaluation which are based on queries. The forms are to allow the user to have a point for data entry.
Please let me know if more info is needed or if I need to explain again. Your help is greatly appreciated.
Dave