Using IN expression with a parameter to filter queries

C

Chuck

I am attempting to use the IN expression along with a parameter to filter a
query. I am using the criteria seciton of the criteria grid. Example: IN
([Enter shift in the following format: 1,3,5,8]). Is this not possible?
 
D

Duane Hookom

This will not work as you would like it to.

IMO, parameter queries aren't appropriate user interface. You are better off
using a multi-select list box on a form. This almost always requires some
coding (there are lots of examples on the web).
 
C

Chuck

Thank you Duane!

Duane Hookom said:
This will not work as you would like it to.

IMO, parameter queries aren't appropriate user interface. You are better off
using a multi-select list box on a form. This almost always requires some
coding (there are lots of examples on the web).

--
Duane Hookom
Microsoft Access MVP


Chuck said:
I am attempting to use the IN expression along with a parameter to filter a
query. I am using the criteria seciton of the criteria grid. Example: IN
([Enter shift in the following format: 1,3,5,8]). Is this not possible?
 

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