I have a report based upon a query that prompts the user to enter a text string. I would like to display this text string in a text box or label in the header area of the report.
Any tips on how one would do this?
The query criteria is below:
Like "*" & [Enter search text:] & "*"
Would some code go into the Control Source field of the Text Box?
Any tips on how one would do this?
The query criteria is below:
Like "*" & [Enter search text:] & "*"
Would some code go into the Control Source field of the Text Box?