Hi.
I have a form that in the vba runs some calculations and gets some information. Which I have stored in a string variable.
such as strFName = "mount holly"
then I open up a form. I want a control box on the new form to start with its selection being
"Like '*" & strFName & "*'"
or something like that.
I know this is confusing, but really need help
If need more clarification on what is being asked here. let me know
thanks.
I have a form that in the vba runs some calculations and gets some information. Which I have stored in a string variable.
such as strFName = "mount holly"
then I open up a form. I want a control box on the new form to start with its selection being
"Like '*" & strFName & "*'"
or something like that.
I know this is confusing, but really need help
If need more clarification on what is being asked here. let me know
thanks.