Criteria

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.
 
K

KARL DEWEY

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.
 

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

Top