G
Guest
I am trying to get some variables from another open form. I am passing the
name of the form with the OpenArgs variable but cannot seem to come up with
the correct syntax to get it to work. Below is part of the code.
OpenedFromForm = Me.OpenArgs
Actionee = Forms!["OpenedFromForm"].Actionee.Value
The current code assumes the form name is "OpenedFromForm" instead of the
variable defined by Me.OpenArgs. Any help would be appreciated.
Thanks.
-Scott
name of the form with the OpenArgs variable but cannot seem to come up with
the correct syntax to get it to work. Below is part of the code.
OpenedFromForm = Me.OpenArgs
Actionee = Forms!["OpenedFromForm"].Actionee.Value
The current code assumes the form name is "OpenedFromForm" instead of the
variable defined by Me.OpenArgs. Any help would be appreciated.
Thanks.
-Scott