I need a query to calculate the following.
CABIDayNormalRate: IIf([CABIDayHours]<=8,[ CABIDayHours]*62.5)
CABIDayOTRate: IIf([CABIDayHours]>=8,[hours]*93.75)
When I run the query. It’s only calculating if there is less that 8 hours. I need it to be able to take those 8 hours or less and multiple them by 62.50, and take anything over those 8 hours (example 2 extra hours) and multiply them by 93.75.
Thanks for the help.
Holly
CABIDayNormalRate: IIf([CABIDayHours]<=8,[ CABIDayHours]*62.5)
CABIDayOTRate: IIf([CABIDayHours]>=8,[hours]*93.75)
When I run the query. It’s only calculating if there is less that 8 hours. I need it to be able to take those 8 hours or less and multiple them by 62.50, and take anything over those 8 hours (example 2 extra hours) and multiply them by 93.75.
Thanks for the help.
Holly