nightmaregenerator
Registered User.
- Local time
- Tomorrow, 05:41
- Joined
- Dec 11, 2009
- Messages
- 33
Hi all,
I have basically created a report for a truck company that outlines each driver’s “Weekly Load Outline” that summarizes through a query, all the below details:
Work Date
Truck Number
Single/Double
Destination - To - Return
Km Rate
Kms
Hourly Rate
Hours Worked
Gross and
Allowance
So what I tried to do was use a formula like this:
I know that the tables are not like excel where they can hold your formals, but does anyone know, how to work out the gross for the load and allow me in the report to show the total gross as well?
Any help would be appreciated.
I have basically created a report for a truck company that outlines each driver’s “Weekly Load Outline” that summarizes through a query, all the below details:
Work Date
Truck Number
Single/Double
Destination - To - Return
Km Rate
Kms
Hourly Rate
Hours Worked
Gross and
Allowance
So what I tried to do was use a formula like this:
To work out the gross for each load, this does not work though as I learnt today.=Sum([kms]*[Charge])+Sum([HourlyRate]*[HoursWorked])
I know that the tables are not like excel where they can hold your formals, but does anyone know, how to work out the gross for the load and allow me in the report to show the total gross as well?
Any help would be appreciated.