calculating fields

F

Frank

I have a report that calculates the sum of credits and invoices in the type
footer and a grand total in the report footer. I would like to utilise a
txtbox in the report footer that is the result of subtracting the credit
type "=Sum([Qty])" in the type footer from the grand total "=Sum([Qty]) in
the report footer.

Any help would be appreciated
 
Top