C
ckulow
Goal is to create a calculation for the MeetingFee field that results in a
blank field when MeetingFee is 0, but should display the MeetingFee in
currency format with 2 decimal places when its value is > 0.
This is the query I am using for this caluation:
MeetingFeeTxt: IIf([MeetingFee]>0,[MeetingFee],"")
Problem with my query is that I am loosing the currency format and the 2
decimal places when the MeetingFee value is greater than 0 and is displayed.
I tried to set the format of this field to currency in the query and in the
report. It is also defined as currency with 2 decimals in the table. No luck.
What am I doing wrong?
Thanks!
ckulow
blank field when MeetingFee is 0, but should display the MeetingFee in
currency format with 2 decimal places when its value is > 0.
This is the query I am using for this caluation:
MeetingFeeTxt: IIf([MeetingFee]>0,[MeetingFee],"")
Problem with my query is that I am loosing the currency format and the 2
decimal places when the MeetingFee value is greater than 0 and is displayed.
I tried to set the format of this field to currency in the query and in the
report. It is also defined as currency with 2 decimals in the table. No luck.
What am I doing wrong?
Thanks!
ckulow