G garlic Apr 6, 2010 #1 How to invisible a field(text) when another field (Y/N) is selected No. Thanks Alvin
R RonaldoOneNil Apr 6, 2010 #2 In the after update event of this "another field" put this code (substitute your actual field names where appropriate) [TextField].Visible = [AnotherField]
In the after update event of this "another field" put this code (substitute your actual field names where appropriate) [TextField].Visible = [AnotherField]