D
Dickie
This one should be easy (but not for me)
I need to pass a Subforms name from a event on the form to a module which
will then fully qualify the subform name.
On event (lost focus Or wotever)
=Subform_Name("frmame")
The module will then add active form and subform to give me FQ name
Currform = Screen.Activeform
Formname = Currform.Name & "!" & PassedVariable
Set Subfrm = Formname.Form
Using the above will show me the full name but when I attempt to define as a
form I get error 424 Object Required.
Any help would be appreciated
I need to pass a Subforms name from a event on the form to a module which
will then fully qualify the subform name.
On event (lost focus Or wotever)
=Subform_Name("frmame")
The module will then add active form and subform to give me FQ name
Currform = Screen.Activeform
Formname = Currform.Name & "!" & PassedVariable
Set Subfrm = Formname.Form
Using the above will show me the full name but when I attempt to define as a
form I get error 424 Object Required.
Any help would be appreciated