View Full Version : help with summary totals


geecee
05-04-2001, 12:13 PM
I wish to show an average of a list of figures on my report as an integer figure, but I don't know how to get rid of the decimal places. Can anyone help?

Rich
05-04-2001, 02:46 PM
Either set the decimal places to 0 on the text box property sheet or use =Int(YourCalc)
HTH

geecee
05-04-2001, 02:51 PM
Thanks for your help, I will try it out.