First, thanks for letting me know about the list.
Yes I tried it, but it didn't work. I'm thinking this is my fault because
perhaps I'm not giving you enough information so let me explain it better.
I have a field on my report named RELATED. I only want the field to show if
the field CONTINUED = CON or CIP or DIV.
Sorry about the misinformation.
Thanks!
Ofer Cohen said:
The Visible doesn't apear on the list but it should work.
Did you try it?
What did you get?
--
Good Luck
BS"D
:
I tried this, but it didn't work. I found it odd that when I typed the
period after
"Me.[RELATED]." that Visible wasn't on the list. I'm limited to what I
know, but I though the only options available would be on the list.
Any thoughts?
Thanks!
:
In the OnPrint event of the section where the text box is located in write
the code
Me.[RELATED].Visible = (Me.RELATED = "CON" or Me.RELATED = "CIP" or
Me.RELATED = "DIV")
It will set the visible True Or false depend on the criteria
--
Good Luck
BS"D
:
I have Access 2003. I have a field on my report named RELATED. I only want
the field to show if RELATED = CON or CIP or DIV. Otherwise, I don't want it
visible.
I'm thinking I should add a text box with Control Source, but I'm not sure
I'm correct and if I am, I don't know what the Control Source should be.
Thanks!