C
CrazyAccessProgrammer
Is there a way in VBA to refer to a control's associated label without having
to know the name of the label?
for example say I have a text box named, 'MyTextBox' and it has an
associated label named, 'Label1'... is there a way I can manipulate
properties of Label1 when I only know the name of the textbox control named
MyTextBox?
to know the name of the label?
for example say I have a text box named, 'MyTextBox' and it has an
associated label named, 'Label1'... is there a way I can manipulate
properties of Label1 when I only know the name of the textbox control named
MyTextBox?