Hi, the question applies to Ms-Access 2003 and Ms-Access 2007:
To change a label caption in a form, the code would be:
Me.labelname.caption = “MyNewCaption”
But what if the labelname exists in a variable? (say a table field for example):
I cannot go: Me.Mytable![Field].caption = “MyNewCaption”
What would be the right code in that case?
Thank you
To change a label caption in a form, the code would be:
Me.labelname.caption = “MyNewCaption”
But what if the labelname exists in a variable? (say a table field for example):
I cannot go: Me.Mytable![Field].caption = “MyNewCaption”
What would be the right code in that case?
Thank you