G
Guest
Hello all,
I have a form that I type a text "Dim txtSearchString As Variant" which find
the person i'm looking for. Works fine, just one problem. I would like to
print the name I typed on my form on the report that print after I searched
this person. How can I get to transfer this name the user typed in the box on
my form to the report?
I try just placing a text box on the report named: "txtSearchString" but
when the report runs, a dialog box ask me what "txtSearchString" is.
Any suggestions?
Thanks
I have a form that I type a text "Dim txtSearchString As Variant" which find
the person i'm looking for. Works fine, just one problem. I would like to
print the name I typed on my form on the report that print after I searched
this person. How can I get to transfer this name the user typed in the box on
my form to the report?
I try just placing a text box on the report named: "txtSearchString" but
when the report runs, a dialog box ask me what "txtSearchString" is.
Any suggestions?
Thanks