Question
Looking for help to develop data search form
I have built a SQL Query that produces a data set of
approximately 60,000 records which includes last_names,
First_names, ID_numbers, Office_Names, Association_Names, and
Member_Type fields. I have created a table that displays ten
records at a time (in alphabetical order by last, first name). I
want to (1) be able to search for a specific person in the dataset,
and then once I find him/her, (2) be able to click on their
ID_Number to select it and then go to another page with their
ID_Number.
I have not been able to find documentation on conducting searches of datasets. I am using classic ASP for server side scripting (though I am brand new at this).
Any assistance you might be able to provide will be most gratefully appreciated.
Thanks very much,
Austin
I have not been able to find documentation on conducting searches of datasets. I am using classic ASP for server side scripting (though I am brand new at this).
Any assistance you might be able to provide will be most gratefully appreciated.
Thanks very much,
Austin