X
XP
Using Office 2003 and Windows XP;
I have a color coded control on a form that when double clicked opens a
popup, which is actually another form in datasheet view that acts as a pick
list. This keeps my main form clean and provides a nice interface.
Currently, I pass the name of the calling form and control to the pick list
form using OpenArgs. But, I was wondering whether there might be an intrinsic
way to obtain the calling form name and or control without actually having to
physically pass them? i.e. Just a line of code that retrieves this
information?
I'm not sure whether that can be done like this, but you don't know unless
you ask.
Thanks much in advance.
I have a color coded control on a form that when double clicked opens a
popup, which is actually another form in datasheet view that acts as a pick
list. This keeps my main form clean and provides a nice interface.
Currently, I pass the name of the calling form and control to the pick list
form using OpenArgs. But, I was wondering whether there might be an intrinsic
way to obtain the calling form name and or control without actually having to
physically pass them? i.e. Just a line of code that retrieves this
information?
I'm not sure whether that can be done like this, but you don't know unless
you ask.
Thanks much in advance.