Formatting currency

Jeanette

Registered User.
Local time
Today, 12:19
Joined
Dec 17, 2001
Messages
52
I have used NZ([funds]) on a currency field. My numbers now appear like this 1234567. I want them to appear like this $1,234,567. How do I format this field to appear as dollar amounts and incorporate the NZ() function? Thanks in advance.
 
Use the CCur() function:-

CCur(Nz([Funds]))
 
Currency

Thanks a lot it worked!
 

Users who are viewing this thread

Back
Top Bottom