I know this will slow the query down to a crawl but the boss want to search a table (all Columns) for anything that is like what the user types into a textbox. Can anyone help with what to replace the ????? with. I just put the ???? there to explain I don't know what to use in that part of the query, or should the query be written differently ? The results are shown in a VB DataGrid. I'm sure this is a stupid question but I've only been working with SQL for a very short time.
"SELECT * FROM tblClaim WHERE ????????? LIKE '%" & txtClaimDB.Text & "%'"
thanks for any and all help.
"SELECT * FROM tblClaim WHERE ????????? LIKE '%" & txtClaimDB.Text & "%'"
thanks for any and all help.