P
Penny
Hi all,
I'm currently using the following query string. Artist names are kept in the
database in the "Dylan, Bob" format. A search for "Bob Dylan" or "Dylan"
will return no result at all, where as "Bob" will return Bob Dylan and all
other Bob's. Is there a way I can adjust the query string to allow more
intuitive search results?
"SELECT tblArtists.ArtistName FROM tblArtists WHERE tblArtists.ArtistName
Like'%strArtistName%' ORDER BY tblArtists.ArtistName"
Any ideas?
Regards,
Penny.
I'm currently using the following query string. Artist names are kept in the
database in the "Dylan, Bob" format. A search for "Bob Dylan" or "Dylan"
will return no result at all, where as "Bob" will return Bob Dylan and all
other Bob's. Is there a way I can adjust the query string to allow more
intuitive search results?
"SELECT tblArtists.ArtistName FROM tblArtists WHERE tblArtists.ArtistName
Like'%strArtistName%' ORDER BY tblArtists.ArtistName"
Any ideas?
Regards,
Penny.