<< Click to Display Table of Contents >>
Source |
Specifies a Link's source, which can be the name of another application object or a more complex expression, accessing several objects. Example:
Sub CommandButton25_Click()
Dim bind
Set bind = Screen.Item("TableBind").Links.Item(1)
bind.Source = "Data.DemoTag1.Value"
End Sub