N
Nancy via AccessMonster.com
I have a report based on a query that uses the following calculation in a
text box to calculate the total amount paid to an employee:
=([On Std Hours]+[Off Std Hours])*[Employee Data_Rate]
I would like to expand this formula to somehow multiply hours that are equal
to or less than 40 by the Employee Data_Rate. Then I would also like it to
take anything over 40 and multiply it by 1.5*Employee Data_Rate. These two
numbers should then be combined for the total amount paid to an employee
including overtime. Can this be done inside my report using a formula in a
text box? I'm fairly new to Access so step by step instructions would be
greatly appreciated.
text box to calculate the total amount paid to an employee:
=([On Std Hours]+[Off Std Hours])*[Employee Data_Rate]
I would like to expand this formula to somehow multiply hours that are equal
to or less than 40 by the Employee Data_Rate. Then I would also like it to
take anything over 40 and multiply it by 1.5*Employee Data_Rate. These two
numbers should then be combined for the total amount paid to an employee
including overtime. Can this be done inside my report using a formula in a
text box? I'm fairly new to Access so step by step instructions would be
greatly appreciated.