V
Vlad
I have two forms in my database and one of them is causing me problems
as follows in parts of my code. Easier with an example:-
If I run this:-
Debug.Print "type = " & TypeName(Form_View_Projects_Actions(2))
Debug.Print "type = " & TypeName(Form_Form1)
I get the results
type = CommandButton
type = Form_Form1
Why does Form_View_Projects_Actions(2) seem to be a CommandButton? and
how do I get it to be a form again.
TIA
Vlad
as follows in parts of my code. Easier with an example:-
If I run this:-
Debug.Print "type = " & TypeName(Form_View_Projects_Actions(2))
Debug.Print "type = " & TypeName(Form_Form1)
I get the results
type = CommandButton
type = Form_Form1
Why does Form_View_Projects_Actions(2) seem to be a CommandButton? and
how do I get it to be a form again.
TIA
Vlad