D
Dave Ruhl
I'm fairly new at Access/VB, but I have 17 years of
experience programming in FoxPro/Visual FoxPro. Most of
the time I can find a comparable way of doing things in
VB, but I've come up with one that has me stumped.
In FoxPro I could use the '&' in front of a variable to
indicate I'm refering to the value of the variable
instead of the variable itself. Example:
foo = "Me.lblHelp.ForeColor"
&foo = 0
Result is Me.lblHelp.ForeColor = 0
Is there a way to code this in VB ???
experience programming in FoxPro/Visual FoxPro. Most of
the time I can find a comparable way of doing things in
VB, but I've come up with one that has me stumped.
In FoxPro I could use the '&' in front of a variable to
indicate I'm refering to the value of the variable
instead of the variable itself. Example:
foo = "Me.lblHelp.ForeColor"
&foo = 0
Result is Me.lblHelp.ForeColor = 0
Is there a way to code this in VB ???