bobo
05-23-2003, 01:57 PM
I'm using this search query:
rsSearch.Open "SELECT * FROM tblIncedent WHERE regNo LIKE '%"&srchval&"%'" & " OR make LIKE '%"&srchval&"%'"& " OR county LIKE '%"&srchval&"%' ORDER BY IncedentID DESC", dbconn
But I want to be able to search that whole (tblIncedent) table instead of the 3 select records, how do I search the whole table?
Thanks for any help.
rsSearch.Open "SELECT * FROM tblIncedent WHERE regNo LIKE '%"&srchval&"%'" & " OR make LIKE '%"&srchval&"%'"& " OR county LIKE '%"&srchval&"%' ORDER BY IncedentID DESC", dbconn
But I want to be able to search that whole (tblIncedent) table instead of the 3 select records, how do I search the whole table?
Thanks for any help.