I'm populating a combo box from a function. I understand that it uses a
comma-delimited list of values. Is there a way for me to take out those commas
from appearing in the combo box?
Its appearing Firstname, Lastname, Date in the CB.
I'd like for it to appear Firstname Lastname - Date
Is that possible?
------------
Monica
urgwdb01 - 21 Feb 2004 23:09 GMT
Figured it out,
its in the cf query
SELECT users.FirstName + ' ' + users.LastName + ' ' + ' - ' + ' ' + users.Date