<< Click to Display Table of Contents >>
Property |
Specifies the name of the linked property. When modified, allows moving the Link to another property of the same object. Example:
Sub CommandButton1_Click()
Dim bind
Set bind = Screen.Item("TableBind").Links.Item(1)
bind.Property = "Caption"
End Sub