custom property

S

smk23

Can I define a custom property for a form's controls? I'd like to store a
couple of values with the control to use later in code.
 
R

ruralguy via AccessMonster.com

Will the control's Tag property work for you?
Can I define a custom property for a form's controls? I'd like to store a
couple of values with the control to use later in code.
 
S

smk23

I thought about that but have a couple of values. I could use the split
function to split those. As a matter of fact, I have your code from a couple
of years ago re passing multiple arguments on opening a form. Is that the
best approach rather than messing with custom properties?
 
Top