G
Guest
Hopefully this is a simple question.
I want to include a field if the comments are not "Comment here".
Here's what I have for a control called FilteredComment...
=IIf([Comment]="Comment here",(FilteredComment.Visible=No),[Comment]) The
problem is the true part doesn't work the way I want it to work. I want to
make the comment disappear if it's "Comment here". So I need to set either
the height to 0 or visible prpoerty to No. How do I do it?
The value of this control is also set to CanGrow and CanShrink - Yes.
[Comment] itself is a hidden field. I'm also getting the circular reference
erro but that doesn't seem to be problematic.
I want to include a field if the comments are not "Comment here".
Here's what I have for a control called FilteredComment...
=IIf([Comment]="Comment here",(FilteredComment.Visible=No),[Comment]) The
problem is the true part doesn't work the way I want it to work. I want to
make the comment disappear if it's "Comment here". So I need to set either
the height to 0 or visible prpoerty to No. How do I do it?
The value of this control is also set to CanGrow and CanShrink - Yes.
[Comment] itself is a hidden field. I'm also getting the circular reference
erro but that doesn't seem to be problematic.