Display semicolon in list box

  • Thread starter Thread starter Steve Walker
  • Start date Start date
S

Steve Walker

Hi,

Does anyone know how I can display a semicolon as part of
the text in a list box, rather than having it used as a
column separator? I do still need multiple columns in the
list box, but one of the fields I'm displaying needs to
contain semicolons.

Thanks a lot,

Steve
 
Should be no problem if the semicolon is in a field, or quotes.

This example shows how to set a ValueList so the middle one contains a
semicolon:
"dog";"cat;";"baboon"
 
Back
Top