R
Rick
Hi:
I have a details subform that lists continuous records.
I'd like to run code to make a particular text box be not
visible when a certain condition is true. I have the
code, I'm just not sure how to trigger it. I'd like the
code to run for each record displayed in the subform.
Example: If a particular field is null, then
me.text20.visible = False. So, some records will have
text20 visible and some will not, depending on whether the
condition is met. Thanks for any help,
-Rick
I have a details subform that lists continuous records.
I'd like to run code to make a particular text box be not
visible when a certain condition is true. I have the
code, I'm just not sure how to trigger it. I'd like the
code to run for each record displayed in the subform.
Example: If a particular field is null, then
me.text20.visible = False. So, some records will have
text20 visible and some will not, depending on whether the
condition is met. Thanks for any help,
-Rick