Hi
Im trying to format one of my Crosstab query that has 0 decimals and the theousands seperator
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
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