M
Mercer
Help: I wrote code to calculate a Year To Date (YTD)
number. I get the correct result but I am unable to format
that into a currency. I use the same for YTD standard
values that I cannot format. Here's the code I used:
YTDIDEAAwarded: IIf(IsNull([PriorMonth]),Null,DSum
("[IDEATotalAwarded]","[SuggestionsTbl]","[SuggestionsMonth
]>=#1/1/" & Year([SuggestionsMonth]) & "# AND
[SuggestionsMonth]<=#" & [SuggestionsMonth] & "#"))
Can this be formatted as Currency and Standard format?
Those options are not available.
Any suggestions are appreciated. This is my first Posting
and I'm looking forward to responses. Thank you!
number. I get the correct result but I am unable to format
that into a currency. I use the same for YTD standard
values that I cannot format. Here's the code I used:
YTDIDEAAwarded: IIf(IsNull([PriorMonth]),Null,DSum
("[IDEATotalAwarded]","[SuggestionsTbl]","[SuggestionsMonth
]>=#1/1/" & Year([SuggestionsMonth]) & "# AND
[SuggestionsMonth]<=#" & [SuggestionsMonth] & "#"))
Can this be formatted as Currency and Standard format?
Those options are not available.
Any suggestions are appreciated. This is my first Posting
and I'm looking forward to responses. Thank you!