How to handle write and read data

C

Charles Tam

I have an Access form that regularly (every 1 minute) read data from a MDB
file.

In order to avoid reading corrupted data, how do I implement a pause on read
from Access while the data is being updated (every 10 seconds) from another
application.
 
Top