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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

label controlled by a combo box on another form

Status
Not open for further replies.

tyang01

Technical User
Joined
Feb 1, 2007
Messages
46
Location
US
I'm not sure how you would do this. I tried to do a on click event but it's not working. If anyone has any suggestions it would be very much appreciated.
 
You're going to have to give a little more detail on exactly what you're trying to do if you hope for any help on this.

The Missinglinq

Richmond, Virginia

There's ALWAYS more than one way to skin a cat!
 
I have a combobox on a form and a label on a subform and what I'm trying to do is control the label to show what was selected in the combobox. I'm not sure how to do this. Thanks.
 

Try using the label's Caption property.
Something like...
Code:
Me.LabelName.Caption = Forms!FormName!ComboBoxName.Text


Randy
 
It worked thank you so much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top