J
jwebster1979
I have one table called tblEmployeeSalary inside that table I have a lookup
box based off a table called tblSalarySchedule in the table holds all of my
salary info fo r each of my positions and their Annual Salaries. My intent is
to assign a salary to an employee so I can use it to figure out my employees
pay check in a table called tblPayDayHours. The problem I am having is that I
can use the Salary value in a query for all of my calculations but if I
change the amount of a salary in the tblsalaryschedule it also changes the
value in past transactions in tblPayDayHours. This wont work if I am trying
to keep a record of what I have paid my employees for the whole year. Is
there a way to save the value from the lookup box in tblPayDayHours and not
have it update if I change tblSalarySchedule? Please keep it simple I am
still learning!!!
box based off a table called tblSalarySchedule in the table holds all of my
salary info fo r each of my positions and their Annual Salaries. My intent is
to assign a salary to an employee so I can use it to figure out my employees
pay check in a table called tblPayDayHours. The problem I am having is that I
can use the Salary value in a query for all of my calculations but if I
change the amount of a salary in the tblsalaryschedule it also changes the
value in past transactions in tblPayDayHours. This wont work if I am trying
to keep a record of what I have paid my employees for the whole year. Is
there a way to save the value from the lookup box in tblPayDayHours and not
have it update if I change tblSalarySchedule? Please keep it simple I am
still learning!!!