|
|
Reference a control's label If you look at the member's of an Access.Control object in the Object Browser you will see
that all controls have a Controls property. [edit] Proof of conceptDim lbl as Access.Label Debug.Print lbl.Caption [edit] CaveatIf a control does not have an attached label, referencing .Controls.Item(0) will throw an error.
|
| This page was last modified 11:39, 14 February 2012. This page has been accessed 956 times. Disclaimers |