Hi all,
This is a really easy one, but for some reason Google can't help me!! I know it's possible as I've done it before, but I can't remember the code.
When the form is called from it's calling form, the calling form passes it's name in OpenArgs.
I am trying to get the process to call the function "ReturnedStudentID" on the parent form. The code works if I add in the form name directly, however, this child form will be called from a variety of places and I want to add the OpenArgs value to the Forms. command.
I know all I am missing is the value of xxxx which is a function. For some reason I thought is was Param, but I think that's a different language.
Here's what i've got so far:
Any help in finding this would be appreciated, but I jsut can't remember the syntax.
A star for the first person to remind me of the command!!
Many thanks in advance,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!
This is a really easy one, but for some reason Google can't help me!! I know it's possible as I've done it before, but I can't remember the code.
When the form is called from it's calling form, the calling form passes it's name in OpenArgs.
I am trying to get the process to call the function "ReturnedStudentID" on the parent form. The code works if I add in the form name directly, however, this child form will be called from a variety of places and I want to add the OpenArgs value to the Forms. command.
I know all I am missing is the value of xxxx which is a function. For some reason I thought is was Param, but I think that's a different language.
Here's what i've got so far:
Code:
Call Forms.xxxx(Me.OpenArgs).ReturnedStudentID(Me.ComboSelectStudent)
Any help in finding this would be appreciated, but I jsut can't remember the syntax.
A star for the first person to remind me of the command!!
Many thanks in advance,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!