I have a list box with multiple columns.
My table data includes "," (comma)
i.e, "Yes,No"
as most might know, the "," (comma) acts as a delimiter.
How can i prevent the "," (comma) in my data from splitting the data into seperate columns of my list box.
Resulting in
--------
|Yes,No|
--------
Instead of
--------
|Yes|No|
--------
in my listbox.
note: i'm on MS Access 03 VBA
Thank You
Astro
