Hi all,
I'm trying to do a data serch on a database.
I have several different fields to which the search can be carried out from and I am offering these fields to the user on the search page.
My question is: Is it possible to get ASP to run a single RS lookup (rs = conn.Execute(sql)) using more than one SQL statement.
I can not find a way to do it and the data returned from the search entry page means a single sql statement doesn't work.
I don't want to have to resort to a single search box as this will take away the ease for the user selecting engineer's names orjob types which are presently done by drop down menus.
Any assistance would be most welcomed.
Thanks,
Barry
ICT Network Administrator
IT Services Manager
I'm trying to do a data serch on a database.
I have several different fields to which the search can be carried out from and I am offering these fields to the user on the search page.
My question is: Is it possible to get ASP to run a single RS lookup (rs = conn.Execute(sql)) using more than one SQL statement.
I can not find a way to do it and the data returned from the search entry page means a single sql statement doesn't work.
I don't want to have to resort to a single search box as this will take away the ease for the user selecting engineer's names orjob types which are presently done by drop down menus.
Any assistance would be most welcomed.
Thanks,
Barry
ICT Network Administrator
IT Services Manager