G
Guest
I am writting a 'labels' database that allows a user to query multiple cities
(1,2,3, etc). I know I can add the number of parameters in a select query,
but the user cannot choose the number of cities they would like to start
with. I have an input box that accepts an integer and with that through code
I am able to get the select statement I want with the right number of user
prompts. I know I can't use RunSQL because it only allows for action
queries. What can I do/use that will run the query string I have created?
Thanks Ken
(1,2,3, etc). I know I can add the number of parameters in a select query,
but the user cannot choose the number of cities they would like to start
with. I have an input box that accepts an integer and with that through code
I am able to get the select statement I want with the right number of user
prompts. I know I can't use RunSQL because it only allows for action
queries. What can I do/use that will run the query string I have created?
Thanks Ken