View Full Version : adding values to a list box


naima08
04-01-2008, 10:54 AM
hi,
on my main form i have a text box and i want the value in the text box to be added to the listbox by an add button...how do i go about doing this using vba?

KenHigg
04-01-2008, 11:03 AM
Me.myCombo.RowSource = Me.myCombo.RowSource & ";" & Me.myText