having a label in a report detail band, is it possible to have the label caption change according to the value of a field?
In the table, I have a text field called 'am'
In the report, I have a label with the following entered into the caption choice:
=IIF(isEmpty(am), " ", [am])
However, the caption in the running report will show the caption literally, as above.
Any suggestions?
In the table, I have a text field called 'am'
In the report, I have a label with the following entered into the caption choice:
=IIF(isEmpty(am), " ", [am])
However, the caption in the running report will show the caption literally, as above.
Any suggestions?