<< Click to Display Table of Contents >>
UpdateData |
UpdateData()
Updates data in all Queries. The next script contains an example of using this method.
Sub Text1_Click()
Set E3Chart1 = Screen.Item("E3Chart1")
E3Chart1.Queries.UpdateData()
End Sub