Returning values using a key word sql statement
I have an Access Database with an ASP.Net front-end.
I am creating a technical helpdesk so that when someone types in a problem, it will return a solution from the database.
At the moment I'm having difficulty recognising these solutions in my database as I must type in exactly what the problem is in order for it to be recognised.
Just wondering is there any way I could query it to recognise the key words and return the solution without having to type in the exact problem.
Thanks!
|