G
Guest
I am trying to concatenate some values and then set the result of the string
to a variable of the Form type.
The form name I am attempting to set the variable to is stored in a field in
a table.
I reference this text value through a combo box on a form.
The code below is from a class module of a form attached to a label.
Here is what I have done:
Dim FilterForm As Form
Set FilterForm = "Form!" & Me!ReportName.Column(4)
Can this be done or am I missing something real obvious?
Thank you,
Seth
to a variable of the Form type.
The form name I am attempting to set the variable to is stored in a field in
a table.
I reference this text value through a combo box on a form.
The code below is from a class module of a form attached to a label.
Here is what I have done:
Dim FilterForm As Form
Set FilterForm = "Form!" & Me!ReportName.Column(4)
Can this be done or am I missing something real obvious?
Thank you,
Seth