ROUNDING A "GRAND TOTAL"

  • Thread starter jschweitzer via AccessMonster.com
  • Start date
J

jschweitzer via AccessMonster.com

I have a query in which I created the field "Grand Total" as follows:
Grand Total: [Total Parts Molding]+[Total Parts Assembly]
I would now like to round the number that is returned. I have tried to
change the expression but I continue to receive errors.

Thank you, Jan
 
G

geebee

Hi,

If you want to have zero decimal places, Try....
Format([Grand Total],"#,###0")


Hope this helps
geebee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top