G
Guest
I want to define some public properties which will
be 'Let' from different forms - I need to know, and use,
the form from which the property was set in a routine
called in the 'Let' Property. i.e I want to be able to
use statements which are equivalent to "Me.cmdTest.enabled
= True" etc. "Me", of course, doesn't work in a public
properties. Any brilliant suggestions? Many thanks.
Michael
be 'Let' from different forms - I need to know, and use,
the form from which the property was set in a routine
called in the 'Let' Property. i.e I want to be able to
use statements which are equivalent to "Me.cmdTest.enabled
= True" etc. "Me", of course, doesn't work in a public
properties. Any brilliant suggestions? Many thanks.
Michael