D
David
An earlier posting regarding the same subject was
answered but the solution was somewhat out of my
[beginners] league. I apologize for the redundancy.
Is it (and it must be) possible to turn on and off the
Visible property of controls and labels depending on the
value of another field in the record. I'm guessing the
expression would be something like:
[Disappearing Field].Visible IIf([Field]
=IsNull,"Yes","No")
...but I'm not sure where this would go in the form.
Thanks for your patience.
answered but the solution was somewhat out of my
[beginners] league. I apologize for the redundancy.
Is it (and it must be) possible to turn on and off the
Visible property of controls and labels depending on the
value of another field in the record. I'm guessing the
expression would be something like:
[Disappearing Field].Visible IIf([Field]
=IsNull,"Yes","No")
...but I'm not sure where this would go in the form.
Thanks for your patience.