Query Field formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I've created a select query and I am using the avg group by function. My
averages are working correctly but I want to see the results as a whole
standard
number in the query field. I can't quite get the format verbage right. Any
solutions?

Thanks to all who reply!!!!!!

Bruce DiPaola
 
Try

Format([FieldName], "##,##0.00")

If you don't want decimal places remove the zero's
Format([FieldName], "##,##0")
 

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

Back
Top