G
Guest
Please help me to hide a line in the Report if one of the textboxes's value
is Null.
My line contains 4 text fields. They are in the Report header.
Text38 has control source set to: =DLookUp("[PREVs]","[Q_Previous]")
I got the other fields to come out blank setting their control source as
follows:
=IIf(IsNull([Text38]),"","Previous")
But I still get an empty line in my report even though I set the property to
"Can Shrink=Yes".
I believe I have to use some "visible" property thing, but not sure that I
know how to....
Please, somebody show me the way how to do that.
Thank you.
Lana
is Null.
My line contains 4 text fields. They are in the Report header.
Text38 has control source set to: =DLookUp("[PREVs]","[Q_Previous]")
I got the other fields to come out blank setting their control source as
follows:
=IIf(IsNull([Text38]),"","Previous")
But I still get an empty line in my report even though I set the property to
"Can Shrink=Yes".
I believe I have to use some "visible" property thing, but not sure that I
know how to....
Please, somebody show me the way how to do that.
Thank you.
Lana