I have a form with a tab control and on one of the tabs I am trying to put in a simple line of code to tell a label to be visible or not visible depending on a drop down, however i cannot get it to work in the tab control but if i put the code on a drop down on the main form it will work fine for something on the form.......here is the code i am using on the ON CHANGE event:
If test.Value = "NO" Then Label167.Visible = False
any suggestions
Thanks in advance!
Paul
If test.Value = "NO" Then Label167.Visible = False
any suggestions
Thanks in advance!
Paul