Hi All;
I have a form object (Or a form name) stored in a variable. How can i open the form stored in this variable?
I Open forms like this.
Dim Varname as new formName
Varname.show
This doesn't work. I need the formName to be a variable not a form name.
Is there any other way to open a form?
Thanks In advance
I have a form object (Or a form name) stored in a variable. How can i open the form stored in this variable?
I Open forms like this.
Dim Varname as new formName
Varname.show
This doesn't work. I need the formName to be a variable not a form name.
Is there any other way to open a form?
Thanks In advance