Dsum and currency (1 Viewer)

jesseb

Registered User.
Local time
Today, 21:13
Joined
Jan 8, 2002
Messages
32
I have a field in a query that uses the Dsum() function. I want the field to be formatted in currency. I have set it to be currency on the properties but it does not change it to currency. Why is that and how do I fix it?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 16:13
Joined
Feb 19, 2002
Messages
43,426
Surround the DSum() function with a Format() function.

Format(DSum(...),"Currency")
 

Users who are viewing this thread

Top Bottom