View Single Post
 
Old 04-23-2010, 06:28 AM
bart014 bart014 is offline Windows XP Office 2007
Novice
 
Join Date: Apr 2010
Posts: 3
bart014 is on a distinguished road
Default

Once you have placed a combo box, you only add a textbox or label next to it.
Then, type-in in the ComboBox_Change() function a line with a formula that having the position number as an argument returns the employee name and assigns the result to a TextBox.Value or Label.Value

Hope this helps.
Reply With Quote