Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. xaviercos

    Refreshing Data

    Create a new module and write this function inside Public Function RefreshCache() as boolean On Error GoTo Error DBEngine.Idle dbRefreshCache RefreshCache = True Exit Function Error: RefreshCache = False End Function Then you can use this function in your VBA...
  2. xaviercos

    Refreshing Data

    You can use DBEngine.Idle dbRefreshCache to force read the new data base information. Xavier Cos P.D.: Sorry for my english.

Part and Inventory Search

Back
Top