B
Brad
This is probably a dumb question, but I just cannot seem to figure it out.
I have just started to experiment with Access Macros this week.
I have a Command Button on a form to collect a string of text.
This string of text is used to control which customer addresses are to
appear on a report.
I have set up a Macro to do an “OpenReport†with this string of text in the
“Where Condition†as shown here…
[TblCustomers]![CustCity] Like "*" & ["MyString"] & "*"
The report opens up fine and the results are exactly what I am looking for.
Now I want to add a Text Box on the top of the report to show the users
exactly what they entered in for the string of text.
How can I access the field that I called MyString and put it into a Text Box
at the top of the report?
Thanks in advance for your help!
Brad
I have just started to experiment with Access Macros this week.
I have a Command Button on a form to collect a string of text.
This string of text is used to control which customer addresses are to
appear on a report.
I have set up a Macro to do an “OpenReport†with this string of text in the
“Where Condition†as shown here…
[TblCustomers]![CustCity] Like "*" & ["MyString"] & "*"
The report opens up fine and the results are exactly what I am looking for.
Now I want to add a Text Box on the top of the report to show the users
exactly what they entered in for the string of text.
How can I access the field that I called MyString and put it into a Text Box
at the top of the report?
Thanks in advance for your help!
Brad