Combo box

teabags

Registered User.
Local time
Yesterday, 18:49
Joined
Jun 29, 2006
Messages
21
How do you append a string value to the rowsource of a combo box
 
Formname.Comboboxname.Source = Formname.Comboboxname.Source & ";" & StringValue

Or something along those lines depending where your code is and where the combobox is.... also assuming the combobox is allready value based....
 
Last edited:

Users who are viewing this thread

Back
Top Bottom