Hello, I am currently working on a search feature for a client.
They want to be able to enter in a keyword and it is suppose to search an entire table to find matches.
The table has over 8 fields and I was wondering if there is a quick way to do this.
Currently my only though is to have a really long where clause with a bunch of ORs in it.
Any insight appreciated.