Hi All,
I've got a form with a treeview and a subform inside.
Depending on the record selected on the TreeView, it will show a different form within the sub form. All sounding ok thus far!!
Well, as part of the above, I'm using Case statements to define the form name, which is then used a number of places later on.
So, I want to call a procedure on the 'variable' subform, which is called "updateform()" on each of the forms, however, I can't seem to work out how to do it.
Can anyone help?
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!!
I've got a form with a treeview and a subform inside.
Depending on the record selected on the TreeView, it will show a different form within the sub form. All sounding ok thus far!!
Well, as part of the above, I'm using Case statements to define the form name, which is then used a number of places later on.
So, I want to call a procedure on the 'variable' subform, which is called "updateform()" on each of the forms, however, I can't seem to work out how to do it.
Can anyone help?
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!!