Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help to close the right form

Status
Not open for further replies.

orna

Programmer
Apr 2, 2002
314
IL
Hi
I send to a report the name of the calling form in "OpenArgs" and hide the form.
When close the report i want to show the form again.
forms!xxx.Visibl = True
instead of "forms!xxx" to use me.OpenArgs
I can't get the right way to write it.

TIA
[cat2]
 
Thank RoyVidar!
Forms(Me.OpenArgs).Visible = True
 
Set a public variable and pass the value that passed as openargs. you can then retrieve it later when you need.

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top