I have done so, but it lacks functionality that I don't know how to create.
Example:
Searching for an artists name in a song list.
In the database they are listed as FirstName, LastName and Artist.
The first two fields are obvious as to content. The third (Artist) is entered in the format of First Name, Last name (with the comma).
If someone searches for "Patsy Cline" it comes up with nothing, but "Cline, Patsy" returns appropriate results. Unfortunately most people search by first name then last name.
I need a search that finds any and all words in a record. I don't know how to do it.
Anything you can recommend?