M
Mark
How do you reference the caption of the label attached to a control on a form by
first referencing the form?
For example, textbox named Addr1 has an attached label with the caption
"Address1". What is the expression to get a Msgbox to display "Address1" ?
Something like:
MsgBox Me!Addr1.AttachedLabel.Caption
Thanks!
Mark
first referencing the form?
For example, textbox named Addr1 has an attached label with the caption
"Address1". What is the expression to get a Msgbox to display "Address1" ?
Something like:
MsgBox Me!Addr1.AttachedLabel.Caption
Thanks!
Mark