I'm trying to display information from a database on a webpage using asp classic. The issue is, I have a field that has various data in it, I need to search through the data in that field to find a specific number and then display it on the site. Also the number may be repeated so I need it to display all results from the query.
So in other words I have table_tbl with fld_1 fld_2 and fld_3. fld_3 will have numbers in it for example 1, 2, 3, 2 in different record sets. I need to beable to search for (example) "2" and desplay all resulting recordsets. Any clues?