|
-
Sep 25th, 2005, 09:51 AM
#1
Thread Starter
Lively Member
multiple column listbox and delimiters in table data
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
Last edited by Astro; Sep 25th, 2005 at 09:11 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|