G
Guest
I have Form A with a SubForm B on it. The SourceObject for SubForm B is set
within VBA code on Form A based upon push buttons on Form A.
Righ now I have
Me.SubFormB.SourceObject = "Form C"
which calls Form C and places it into the SubForm B control on Form A. My
question is, is there a way to do this call and pass arguements, such as
OpenArgs to Form C?
Thanks in advance for your help!
within VBA code on Form A based upon push buttons on Form A.
Righ now I have
Me.SubFormB.SourceObject = "Form C"
which calls Form C and places it into the SubForm B control on Form A. My
question is, is there a way to do this call and pass arguements, such as
OpenArgs to Form C?
Thanks in advance for your help!