In the past I have used DoEvents between queries in VBA to ensure each query was accomplished before the next.
But I have read that the DBEngine.Idle would be better suited in a multi-user environment. (Such as a Frontend on each user's computer linked to a Backend database on the server)
SO, which would be better?
1. Would either increase or decrease performance in a multi-user environment?
2. Is it always advisable to use DBEngine.Idle dbRefreshCache or just DBEngine.Idle?
Thanks in advance for any insight provided!!
But I have read that the DBEngine.Idle would be better suited in a multi-user environment. (Such as a Frontend on each user's computer linked to a Backend database on the server)
SO, which would be better?
1. Would either increase or decrease performance in a multi-user environment?
2. Is it always advisable to use DBEngine.Idle dbRefreshCache or just DBEngine.Idle?
Thanks in advance for any insight provided!!