Criteria

  • Thread starter Thread starter philippe_b
  • Start date Start date
P

philippe_b

Hi !

I'm trying to use a listbox as criteria for a query. My list box values
are stored into a textbox like this:
"value1","value2",...

I tried the In (....) function but it's not working. I tried to
separate my values by a OR operator and do the same, but it's not
working better.

If anyone has an idea, looks like this one is not an easy one.
 
You are mixing terms. A textbox does not store data. Where ever you have
your data you should not store multiple items in the same spot like you said
you did.

I might get a better idea of what you are doing if you post you SQL statement.
 
Back
Top