P
Praz
I need to input multiple parameter values in one text box. For example if i
need to list the details for ProductID's 1, 2, 33,48 then these values should
accepted in the Parameter box separated by commas and details should be
listed when i run the query. I tried the Instr function. i.e Param:
Instr([Enter Product ID's seperated by commas],[ProductID]). It works fine
for single digit product IDs but lets say I type in 2,3,45 and run the query.
It will give results for product Id 2,3,4,5, and 45. Whereas I just need 2,3
and 45. Any help appreciated.
need to list the details for ProductID's 1, 2, 33,48 then these values should
accepted in the Parameter box separated by commas and details should be
listed when i run the query. I tried the Instr function. i.e Param:
Instr([Enter Product ID's seperated by commas],[ProductID]). It works fine
for single digit product IDs but lets say I type in 2,3,45 and run the query.
It will give results for product Id 2,3,4,5, and 45. Whereas I just need 2,3
and 45. Any help appreciated.