G
Guest
I have a listbox to which I would like to add names to. The problem I'm
having is: the names are seperated by commas, such as; Doe, John. So when I
put them in a list box, the addItem option splits the Doe and the John and
puts them on different lines when they should be on one. I assume this has
to do with the comma seperating the two. Is there a way to add the item as
it comes from my query: "Doe, John"?
having is: the names are seperated by commas, such as; Doe, John. So when I
put them in a list box, the addItem option splits the Doe and the John and
puts them on different lines when they should be on one. I assume this has
to do with the comma seperating the two. Is there a way to add the item as
it comes from my query: "Doe, John"?