Jeremy Toves
itsame2000 at sbcglobal.net
Fri Sep 23 15:07:15 CDT 2005
I hope somebody can help with this. How can I set a form so that I can specify the form name passing a variable. strForm = "frmTest" [Forms]!strForm.Visible = True I want to do something like this. The form is reusable. I'm guessing I have to dimension a form variable and then set the object. I'm just not sure how. Thanks, Jeremy Toves