April 2006
Beginner
1114 pages
98h 16m
English
querytable.BackgroundQuery [= setting]
True refreshes data in the query table asynchronously; False refreshes data synchronously. Default is True.
The BeforeRefresh and AfterRefresh events occur whether the query is refreshed synchronously or asynchronously. When synchronous, both events occur before the Refresh method completes. When asynchronous, only the BeforeRefresh event occurs before the Refresh method completes; then program flow continues.
BackgroundQuery has little discernible effect on text queries.
Read now
Unlock full access