Code on Tab Controls

paultri

Registered User.
Local time
Today, 12:52
Joined
May 19, 2003
Messages
19
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 me!test.Value = "NO" Then me!Label167.Visible = False

???
kh
 

Users who are viewing this thread

Back
Top Bottom