how to calculate percentage in report

abieyuwae

New member
Local time
Today, 09:57
Joined
Oct 20, 1999
Messages
6
I'm trying to calculate percentage in a report.
example:
total hrs: =sum([hrs])
percent: =[total hrs]/[grand total]
grand total:=([hrs])

my total hours is fine...but the percentage gives me a bunch of parameter values i never specified and it doesn't show the percentage, only the total hrs shows.
please could anybody help ...as any suggestion is welcome.
thank you.
 
It's usually something to do with the field/text box names. Have you tried renaming them as in txtHours etc It may be that it doesn't know what box/record to read off
 

Users who are viewing this thread

Back
Top Bottom