Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox just for display purposes 1

Status
Not open for further replies.

dabones99

Technical User
Oct 4, 2002
20
US
I have table set up with two fields: code# & description.

On a form I have a drop-down box that selects the code# and I want a text box right next to it that shows the description of the code# I selected. How do I do that?

Thanks in advance.
 
Hi

Make the text box, set .Enabled = false, .locked=true and .ControlSource = MyComboboxname.column(1)

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top