I have a report that I am creating, I have added a text box and a Command button. I am trying to use the text box as a search tool and the command button to execute the search.
For the Command, I have created a Event - On Click - Macro - Apply Filter
[TRACE_ID] Like "*" & [Reports]![BALANCE_QUERY]![Text36] & "*"
Trace ID is the field I am searching, its in the current report, built from the balance query, and its being compared to the text box "Text36"
I am piecing this together from some U-Tube videos so I may be way off but dose anything stand out as wrong here? I am trying to have any "Like" text entered into the text box return all "like" results in the report, text "3W" would return records for 3W548, 3W597, 3WX1R, and so on.
Thanks everyone
For the Command, I have created a Event - On Click - Macro - Apply Filter
[TRACE_ID] Like "*" & [Reports]![BALANCE_QUERY]![Text36] & "*"
Trace ID is the field I am searching, its in the current report, built from the balance query, and its being compared to the text box "Text36"
I am piecing this together from some U-Tube videos so I may be way off but dose anything stand out as wrong here? I am trying to have any "Like" text entered into the text box return all "like" results in the report, text "3W" would return records for 3W548, 3W597, 3WX1R, and so on.
Thanks everyone