View Full Version : Greyed Text Boxes


Little_Man22
10-30-2001, 03:10 PM
Hi,

I'm curious as to whether you can have a textbox on a form that is still visible yet 'greyed-in' and only becomes completely visible if something happens (i.e. the user selects a certain value from a combobox). I know that you can do this with command buttons but haven't figured out a way to do it with text boxes.

Ryan.

[This message has been edited by Little_Man22 (edited 10-30-2001).]

pcs
10-30-2001, 03:23 PM
check out the Enabled property in help.

hth,
al