S
Steven
I have a sting variable named varSting. The value to the
variable is "Me.Co001.Caption = CIS". Me.Co001 is a label
in a form that I want to read as CIS. I have many labels
on the form and I want to be able to control the captions
depending on the values in a table. I am tring run a
command like DoCmd.RunCommand varString but is not
correct.
Can anyone help me on how to run this operation so I can
use a string variable but actually run the line of cammand
that the variable says. Also have I set the variable up
correctly.
Thank you,
Steven
variable is "Me.Co001.Caption = CIS". Me.Co001 is a label
in a form that I want to read as CIS. I have many labels
on the form and I want to be able to control the captions
depending on the values in a table. I am tring run a
command like DoCmd.RunCommand varString but is not
correct.
Can anyone help me on how to run this operation so I can
use a string variable but actually run the line of cammand
that the variable says. Also have I set the variable up
correctly.
Thank you,
Steven