A
Alvin
I am using access 2000 & Windows XP
I have an Hours Subform to calculate wages. Rate Times hours worked.
ST times 1.5 Times Rate Rate is set to currency and ST is long integer
If I have 36.10 as Rate and ST hours as 8 it should be $288.8 but it rounds
to $289
I have tried everything I know and I know I am missing something but don't
know what. Thanks for any help. Oh, The Wages are calculated through a query.
Here is the formula.
<<<< CLng(([Rate]*[ST])+([Rate]*1.5*[OT])+([Rate]*2*[DT])) >>>>
I have an Hours Subform to calculate wages. Rate Times hours worked.
ST times 1.5 Times Rate Rate is set to currency and ST is long integer
If I have 36.10 as Rate and ST hours as 8 it should be $288.8 but it rounds
to $289
I have tried everything I know and I know I am missing something but don't
know what. Thanks for any help. Oh, The Wages are calculated through a query.
Here is the formula.
<<<< CLng(([Rate]*[ST])+([Rate]*1.5*[OT])+([Rate]*2*[DT])) >>>>