J Jeanette Registered User. Local time Today, 12:19 Joined Dec 17, 2001 Messages 52 Feb 20, 2004 #1 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.
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.
J Jon K Registered User. Local time Today, 12:19 Joined May 22, 2002 Messages 2,209 Feb 21, 2004 #2 Use the CCur() function:- CCur(Nz([Funds]))
J Jeanette Registered User. Local time Today, 12:19 Joined Dec 17, 2001 Messages 52 Feb 24, 2004 #3 Currency Thanks a lot it worked!