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

creating a path in a text box

Status
Not open for further replies.

Figzus

Programmer
Joined
Mar 21, 2005
Messages
36
Location
US
I am trying to create a path in text box that gets its information from a combo box. What this path needs to look like is something like this:

Information/Information/Information

It just needs to continually build on that path everytime the user hits the button. Can anyone help me??Thanks
 
Hi Figzus,

That seems awkward! But something like this behind your button should get you going ..
Code:
[i]TextBox[/i] = [i]TextBox[/i] & [i]ComboBox[/i]

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
 
That helped but the problem is that it doesnt build when I select something different in the combo box. I guess what Im trying to say is that it deletes my information that I place in there and doesnt build.
 
Nevermind I fixed it. Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top