Is there a key word to reference a control's properties from within a control event, similar to the way that you can reference the form that you're in using the "Me"?
For example if I'm in a sub routine on a form, I can call Me.[ctrl].[property], but I want to do this more generically. I have...