Hi guys
Is there a way to call a public function on an open form when the method name is a string like this :
Forms(formName).functions(functionName)
and not the usual
Forms(formName).functionName
In other words is there a collections of public functions in a form ?? I want to create a generic function that will receive the name of the form and the function name as strings parameters and to use those parameter to call the forms method.
Have a good one and thanks
Alfi
Is there a way to call a public function on an open form when the method name is a string like this :
Forms(formName).functions(functionName)
and not the usual
Forms(formName).functionName
In other words is there a collections of public functions in a form ?? I want to create a generic function that will receive the name of the form and the function name as strings parameters and to use those parameter to call the forms method.
Have a good one and thanks
Alfi