a value in the combo box has a comma in it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box, which list the full paths for QB db files. If there is a
path contains a comma, the combo box will split that path into 2. Is there
any way to avoid this?
 
Hi Ming,

It should work fine if you enclose the fieldname in [] when setting the
comboboxes record source.

TonyT..
 
Hello, Tony

I am using valuelist now, I guess I will have to use table/query.
--
Software Developer


TonyT said:
Hi Ming,

It should work fine if you enclose the fieldname in [] when setting the
comboboxes record source.

TonyT..

Ming said:
I have a combo box, which list the full paths for QB db files. If there is a
path contains a comma, the combo box will split that path into 2. Is there
any way to avoid this?
 
Back
Top