S
schapopa
I am trying to call instance of the form from code.
So I have forms frm1, frm2, frm3
I can open them: frm1.definstance.show, frm2.definstance.show...
I want to create something like this:
sub openform(formname)
formname.definstance.show
end sub
I don't know what is formname here,
dim formname as ??
I hope I explained that.
Cheers
Schapopa
So I have forms frm1, frm2, frm3
I can open them: frm1.definstance.show, frm2.definstance.show...
I want to create something like this:
sub openform(formname)
formname.definstance.show
end sub
I don't know what is formname here,
dim formname as ??
I hope I explained that.
Cheers
Schapopa