Results 1 to 1 of 1

Thread: multiple column listbox and delimiters in table data

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    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
  •  



Click Here to Expand Forum to Full Width