Hello!
I have a free text box that searches one field using this code:
_______________
SQL = "Select [Desc] from [tblParts]" & _
" where [Desc] LIKE ""*" & Me.txtSearch.Text & "*"""
_______________
The only problem, is that it if I have a record that says "Connector, 300w" and I type in "300w connector" I wont get a result.
If anyone has any ideas as to how to make the search function less focused, more like a search engine, I'd really appreciate it... I'm stuck.
Thanks everyone!
I have a free text box that searches one field using this code:
_______________
SQL = "Select [Desc] from [tblParts]" & _
" where [Desc] LIKE ""*" & Me.txtSearch.Text & "*"""
_______________
The only problem, is that it if I have a record that says "Connector, 300w" and I type in "300w connector" I wont get a result.
If anyone has any ideas as to how to make the search function less focused, more like a search engine, I'd really appreciate it... I'm stuck.
Thanks everyone!