conditional invisible

G

garlic

How to invisible a field(text) when another field (Y/N) is selected No.


Thanks
Alvin
 
R

RonaldoOneNil

In the after update event of this "another field" put this code (substitute
your actual field names where appropriate)

[TextField].Visible = [AnotherField]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top