combo box issue

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Hi

I have a combo box in a search form. What I wanted to do is keep a record of
search items in a value list. It works okay until I entered a search for
"richard, lo".

The combo returns with a not in list message, and in the value list is
richard and lo. At debugging, I realised that the text in the combo box is
only "richard". I think it automatically split the text to 'richard' and
'lo'.

I want the value list to store "richard, lo". How do I overcome this issue.

Many thanks in advance for your help.

Richard
 
Hi, im just guessing here as not an expert, but have you tried concantenating
in a query and then basing the combo on the query.

=[firstname] & " , " & [surname]

this may work for you although i have not tried it.

regards

richard harris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

form repaint 17
Default Value in a combo box on a form 2
Combo box item selesction 3
Field list 3
Stacked unbound combo boxes 3
Filter subform from combo unbound text box 3
Combo Box Help 7
Combo Box 3

Back
Top