B
Boss
Hi,
The whole databse is ready but i am stuck on this... please help..
I have a table with fields "totaltimetaken " and "Averagetime"
I need to get this on report header
(totaltimetaken/Averagetime)*100 which gives me overall productivity.
I did - Sum ( [TABLENAME]![totaltimetaken ] ) / Sum (
[TABLENAME]![Averagetime] ) but it didnt worked.
Even the sum function is not working. please help.
Thanks!
Boss
The whole databse is ready but i am stuck on this... please help..
I have a table with fields "totaltimetaken " and "Averagetime"
I need to get this on report header
(totaltimetaken/Averagetime)*100 which gives me overall productivity.
I did - Sum ( [TABLENAME]![totaltimetaken ] ) / Sum (
[TABLENAME]![Averagetime] ) but it didnt worked.
Even the sum function is not working. please help.
Thanks!
Boss