H
Hyko
Hello!
I want to create a querey in access where i have the following criteria:
SELECT * FROM tblContracts WHERE suppliernum IN ([qSupplierNumList]);
This means on executing the query I want to be asked to enter a list of
numbers. Somehow this does not work. Is there any possibility to make this
work or is it not possible with variable parameters like [qSupplierNumList]?
The problem is that i do not know how many numbers will be used in advance
and I want to pass a array or list to this stored query later from asp.
Thanks for your replys in advance and sorry for my bad English.
Hyko
I want to create a querey in access where i have the following criteria:
SELECT * FROM tblContracts WHERE suppliernum IN ([qSupplierNumList]);
This means on executing the query I want to be asked to enter a list of
numbers. Somehow this does not work. Is there any possibility to make this
work or is it not possible with variable parameters like [qSupplierNumList]?
The problem is that i do not know how many numbers will be used in advance
and I want to pass a array or list to this stored query later from asp.
Thanks for your replys in advance and sorry for my bad English.
Hyko