I have a form bounded to a table in a back-end MDB.
The OnTimer is set to auto save every 5 minutes.
Question: How fast does an update in the form gets saved in the database table?
I've tested that it is saved instantly: I make a change and quickly exit access, and when I reopen the update is already saved.
Are there any controls for me to reduce the speed of update? I have 20 users connecting to the back-end from their respective front-end and I feel it is a drain on network performance.
The OnTimer is set to auto save every 5 minutes.
Question: How fast does an update in the form gets saved in the database table?
I've tested that it is saved instantly: I make a change and quickly exit access, and when I reopen the update is already saved.
Are there any controls for me to reduce the speed of update? I have 20 users connecting to the back-end from their respective front-end and I feel it is a drain on network performance.