B
Booter
Guest
Hello,
I have a form where I will allow the user to enter various parameters, which will then be passed to a query. One of these paramaters (LocationID) contains values from 1 to well over 1000. The user of this database would like to enter in a box multiple LocationID's and then press the search key which would generate a report based on the query. The query receives the values from the form. Is there anyway for me to do this.
E.g. the user would type in (without the brackets) "24, 89, 243, 688, 699"
How can I accomplish this so that the above values are passed to the query as parameters.
I have a form where I will allow the user to enter various parameters, which will then be passed to a query. One of these paramaters (LocationID) contains values from 1 to well over 1000. The user of this database would like to enter in a box multiple LocationID's and then press the search key which would generate a report based on the query. The query receives the values from the form. Is there anyway for me to do this.
E.g. the user would type in (without the brackets) "24, 89, 243, 688, 699"
How can I accomplish this so that the above values are passed to the query as parameters.