G
Guest
I have a report based on a cross tab query that works fine. I have a number
of "cells" with no value and for visual reasons would like to fill those with
a zero. Initially the text box control was bound to a field in the query,
and I got either a value or a blank. I tried to change the control source of
the text box to =IIf([ControlName] Is Null, 0, fieldname), but I get an
error. Any suggestions?
of "cells" with no value and for visual reasons would like to fill those with
a zero. Initially the text box control was bound to a field in the query,
and I got either a value or a blank. I tried to change the control source of
the text box to =IIf([ControlName] Is Null, 0, fieldname), but I get an
error. Any suggestions?