I have a database which contains an employee table (employee ID, name, phone, classification ect.) and I also have a employee expense table ( expense ID, Job Code, Hours, Salary, etc.).
I have a form that contains the employee infor in the form and the employee expenses in the subform.
What I need is too be able to calculate the actual expense the employee is costing the company (including group tax, division taxt etc.) . Based on the info I have, the amount an employee cost the company is based on thier classification (series 1, series 2, etc.).
For example an employee is a series 2 and he made $1500 this week.It would be calculated 1.8 * $1500 =$2700 actual cost.
So what I want, is to be able to input code so that when I input the employee salary, access will lookup the employee series and calculate the actual cost.
Any help is greatly appreciated.
I have a form that contains the employee infor in the form and the employee expenses in the subform.
What I need is too be able to calculate the actual expense the employee is costing the company (including group tax, division taxt etc.) . Based on the info I have, the amount an employee cost the company is based on thier classification (series 1, series 2, etc.).
For example an employee is a series 2 and he made $1500 this week.It would be calculated 1.8 * $1500 =$2700 actual cost.
So what I want, is to be able to input code so that when I input the employee salary, access will lookup the employee series and calculate the actual cost.
Any help is greatly appreciated.