make text box visable

dgb

Registered User.
Local time
Today, 23:24
Joined
Apr 11, 2002
Messages
12
Hello,
I am trying to figure out how to make a text box invisable until a specific value is selected from a combo box on the same form. I am not good with writing code, thanks in advance. Dan
 
Have a look at the sample I did for you.

If you the field to be invisible depending on the criteria you selected in your comboBox, you will need to add some code in the On_current of your mainform. This make the field visible and invisble as you scroll throught the records.

Hope this sample helps.

Others might reply with a better solution to your request.
 

Attachments

Oh and be sure to set the field u want visible to No. U can do this in the properties of the field. This will make the field invisible when the form is opened.
 
Oh and be sure to set the field u want visible to No. U can do this in the properties of the field. This will make the field invisible when the form is opened.
 

Users who are viewing this thread

Back
Top Bottom