G
Guest
Re Access 97
I have a query bound to a report which contains 8 different charging methods
in any combination.
e.g. No of Pallets * Cost per Pallet
No of Tonnes * Cost per Tonne
No of Hours * Cost per Hour
No Of Nights * Cost per Night
Fuel Surcharge
Cost Of Load etc
I need to show only those costs entered for the job on the Report (Invoice)
My current solution is to create a textbox and add the relevant charges to
this where applicable.
I could add invisible boxes to the report for each of the 14 fields and
reference these in turn, but this seems messy.
Is there a way to reference the fields in the Detail_Format Event without
having to add them first to the report? Space on the report is at a premium.
Many thanks.
I have a query bound to a report which contains 8 different charging methods
in any combination.
e.g. No of Pallets * Cost per Pallet
No of Tonnes * Cost per Tonne
No of Hours * Cost per Hour
No Of Nights * Cost per Night
Fuel Surcharge
Cost Of Load etc
I need to show only those costs entered for the job on the Report (Invoice)
My current solution is to create a textbox and add the relevant charges to
this where applicable.
I could add invisible boxes to the report for each of the 14 fields and
reference these in turn, but this seems messy.
Is there a way to reference the fields in the Detail_Format Event without
having to add them first to the report? Space on the report is at a premium.
Many thanks.