Format Function in Query

shamas21

Registered User.
Local time
Today, 08:59
Joined
May 27, 2008
Messages
162
Hi

Im trying to format one of my Crosstab query that has 0 decimals and the theousands seperator

Code:
Rate: Format([Testing Rate],"#,##0.00")

I have used the above function to format other fields in other query that are not Crosstabs.

Can someone tell me what im doing wrong or how I can overcome this problem?

Thanks
 
In case you didn't know, a field in a query has properties so you can dump #,##0.00 in the format property.

Can you show us a screenshot of what it looks like and what you would like it to be.
 
In case you didn't know, a field in a query has properties so you can dump #,##0.00 in the format property.

Can you show us a screenshot of what it looks like and what you would like it to be.


Excellent! It solved my problem.

Thank you
 

Users who are viewing this thread

Back
Top Bottom