B
Brian Bartley
All,
I'd like to have the user choose some items from combo boxes which causes a
listbox to fill up with values. Then the values from the listbox need to be
appended to a table. I can access the values in the listbox with the
listbox.rowsource property, but they appear as one big long string. If the
listbox has two columns and eight rows the rowsource string will have 16
items, all delimited with the semicolon.
I'd like to have a way to parse that rowsource string into 8 rows to add to
an existing table. The split function doesn't work because the delimiter
appears after each item, there's no way to tell Split() where a row ends or
begins. Thanks,
Brian
I'd like to have the user choose some items from combo boxes which causes a
listbox to fill up with values. Then the values from the listbox need to be
appended to a table. I can access the values in the listbox with the
listbox.rowsource property, but they appear as one big long string. If the
listbox has two columns and eight rows the rowsource string will have 16
items, all delimited with the semicolon.
I'd like to have a way to parse that rowsource string into 8 rows to add to
an existing table. The split function doesn't work because the delimiter
appears after each item, there's no way to tell Split() where a row ends or
begins. Thanks,
Brian