Hello, several weeks ago I posted a topic about hidding zero values in a report.
A suggestion came back to me that i should use the IIF statement in the control source of that particular text box.
I now understand the theory except it does not seem to work. I keep getting #Error message in the report.
There are the two IIF statements that i was using for the two different text boxes in my report:
=IIF([PR_Prod_Release]=0,"",[PR_Prod_Release])
=IIF([PR_Release]=0,"",[PR_Release])
The two text boxes are currency format.
I am using MS Access 2000.
Can any one suggest a solution? If you require more info please ask. Any help would be appreciated,
Peter Vav
A suggestion came back to me that i should use the IIF statement in the control source of that particular text box.
I now understand the theory except it does not seem to work. I keep getting #Error message in the report.
There are the two IIF statements that i was using for the two different text boxes in my report:
=IIF([PR_Prod_Release]=0,"",[PR_Prod_Release])
=IIF([PR_Release]=0,"",[PR_Release])
The two text boxes are currency format.
I am using MS Access 2000.
Can any one suggest a solution? If you require more info please ask. Any help would be appreciated,
Peter Vav
Last edited: