SpiritedAway
Registered User.
- Local time
- Yesterday, 22:48
- Joined
- Sep 17, 2009
- Messages
- 97
I have an unbound text box on my form -
the control source is =DAvg("PercentComplete","tblProgress","ProgressID > 0")
It calculates the average of a set of numeric values in "PercentComplete" column.
At present it's returning an average 49.1666666666667
How can I get it to simply return 49
and not 49.1666666666667.
Any ideas will be helpful.
SpiritedAway
the control source is =DAvg("PercentComplete","tblProgress","ProgressID > 0")
It calculates the average of a set of numeric values in "PercentComplete" column.
At present it's returning an average 49.1666666666667
How can I get it to simply return 49


Any ideas will be helpful.
SpiritedAway
Last edited: