B
Bill
I'm trying to use the following expression as the
ControlSource of a text box in the footer of a
report.
="Payments ( " & Format(Sum([PaymtAmount]),currency) & " )"
I thought I understood correctly that one could use the
term "currency" as the format specification for the Format
function. But, Access puts [] around it and I'm asked for
the parameter value for currency at runtime.
The summation works to the extent of the numeric value
being correct, but I need it to inherit the format properties
of "PaymtAmount" that appears in the Detail section of the
report.
What am I missing?
Bill
ControlSource of a text box in the footer of a
report.
="Payments ( " & Format(Sum([PaymtAmount]),currency) & " )"
I thought I understood correctly that one could use the
term "currency" as the format specification for the Format
function. But, Access puts [] around it and I'm asked for
the parameter value for currency at runtime.
The summation works to the extent of the numeric value
being correct, but I need it to inherit the format properties
of "PaymtAmount" that appears in the Detail section of the
report.
What am I missing?
Bill