Multiple Choice Parameter

A

acss

I have used the Instr for providing the end user a choice of multiple
parameters and it works but i have tried to use this option on another field
called vendorAccts so results will be filtered per the multiple accounts &
Multiple VendorCtry entered but it does not work. Is the Instr limited to be
used on field within a query?


MYPARAMETER: InStr([ ENTER CTRY SEPARATED BY COMMA],[VendorCtry])
 
A

acss

I tried using Instr in one field and it worked fine resulting in multiple
records but if i inserted it into another field then query runs through it.
Is it possble to use the Instr within two fields within one query.The only
thing i can think of is using the "OR" in another fiedld but that would cause
multiple prompts from that field.

Jerry Whittle said:
Could the space between the [ and Enter be the problem?
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


acss said:
I have used the Instr for providing the end user a choice of multiple
parameters and it works but i have tried to use this option on another field
called vendorAccts so results will be filtered per the multiple accounts &
Multiple VendorCtry entered but it does not work. Is the Instr limited to be
used on field within a query?


MYPARAMETER: InStr([ ENTER CTRY SEPARATED BY COMMA],[VendorCtry])
 

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