Quote Originally Posted by eranfox
Hello primfran,
Did you try using this:
VB Code:
  1. DBEngine.Idle dbRefreshCache
Before you execute queries?

this can help you with Multi Users/Tasking.

The Idle Method forces the database engine to write data to disk, releasing locks on memory. (just WRITE idle and press F1 for help)

Best Regards,
ERAN
That is for DAO right? What if he uses ADO?