P
PureEvil
I have a database tracking employee labour. I'm trying to print a report
that shows dollar amounts as well as the hours for a particular department.
Data entered:
ST - standard time
OT - time and a half
DT - double time
wage
employee
department
task
project
I need to calculate (ST+OT*1.5+DT*2)*wage. I've added the wage to the ST OT
DT line and for the first part of the report it calculates ST*wage just fine,
but if the rate changes, it continues to calculate the original rate even
though the correct wage displays on the report - it's the math that is wrong.
Once I get that working I need to subtotal for each employee and then a
final total amount.
Date Depart ST OT DT Wage Total
XX John Doe
June 1 R&D 8 3 4 14.30 293.15
((8+(3*1.5)+(4*2))*14.30)
I can do this easily in Excel but the how-to alludes me in Access. Can
anyone help please? I'm using Access 2003, if you need more information let
me know.
Pamala
that shows dollar amounts as well as the hours for a particular department.
Data entered:
ST - standard time
OT - time and a half
DT - double time
wage
employee
department
task
project
I need to calculate (ST+OT*1.5+DT*2)*wage. I've added the wage to the ST OT
DT line and for the first part of the report it calculates ST*wage just fine,
but if the rate changes, it continues to calculate the original rate even
though the correct wage displays on the report - it's the math that is wrong.
Once I get that working I need to subtotal for each employee and then a
final total amount.
Date Depart ST OT DT Wage Total
XX John Doe
June 1 R&D 8 3 4 14.30 293.15
((8+(3*1.5)+(4*2))*14.30)
I can do this easily in Excel but the how-to alludes me in Access. Can
anyone help please? I'm using Access 2003, if you need more information let
me know.
Pamala