G
Guest
I'm trying to write some reusable code that will work inside any control
without modification. I want the code to change the font to bold if the
control's value matches certain characteristics.
The thing I can't figure out is how to pull the name of the control without
having to hard code the value. Does someone know the way to refer to a
control without hardcoding it?
If I was refering to a property of the form, I could use the me.property
approach... but how do I reference the properties of an individual control
without having to hard-code the name?
Thanks!
Scott
without modification. I want the code to change the font to bold if the
control's value matches certain characteristics.
The thing I can't figure out is how to pull the name of the control without
having to hard code the value. Does someone know the way to refer to a
control without hardcoding it?
If I was refering to a property of the form, I could use the me.property
approach... but how do I reference the properties of an individual control
without having to hard-code the name?
Thanks!
Scott