? Search Form Textbox Adding characters ?
Hi,
I've got a query that does a search on the text from textbox on a form.
The query runs fine when you run it directly, asking for the text field [forms]![search_form]![wordInput].[Text]
and finding specific results on what you type, or more if you add wildcards.
The problem is that on the form I have a button (created with the wizard) which runs the query.
I fill in the text box and click it but it finds no results
This seems to be putting in extra characters to the string.
Ultimately, I want to add wilcards to the SQL so that it'll find any results that match anywhere in the specified field.
TIA
Tim
Hi,
I've got a query that does a search on the text from textbox on a form.
The query runs fine when you run it directly, asking for the text field [forms]![search_form]![wordInput].[Text]
and finding specific results on what you type, or more if you add wildcards.
The problem is that on the form I have a button (created with the wizard) which runs the query.
I fill in the text box and click it but it finds no results
This seems to be putting in extra characters to the string.
Ultimately, I want to add wilcards to the SQL so that it'll find any results that match anywhere in the specified field.
TIA
Tim