Hello
In a form I have an unbound textbox to search for a word stored in a table. The sql is: Like[Forms]![FSearch].[qPK] & "*". This sql statement works well and return all records from the table with the field related with qPK.
How can I search in another unbound textbox for more than one word? Could be possible that the searched words can be underlined in the query returned?
Many thanks in advance.
In a form I have an unbound textbox to search for a word stored in a table. The sql is: Like[Forms]![FSearch].[qPK] & "*". This sql statement works well and return all records from the table with the field related with qPK.
How can I search in another unbound textbox for more than one word? Could be possible that the searched words can be underlined in the query returned?
Many thanks in advance.