zeroaccess
Active member
- Local time
- Today, 12:55
- Joined
- Jan 30, 2020
- Messages
- 671
So I'm playing around with various ways to check versions on startup and update front ends, but my FE is nearly complete and is < 5 MB. Maybe it's easier to just do it the lazy way via batch file. User count is < 20. I do not use any local tables at this time. All users run the same version of Access and are on the same network.
Some benefits to this could be: database only runs if back end is available, and gives a "fresh copy" every time (even though .accde already mitigates most issues).
At what point do you develop more sophisticated version checking routines? Is there a size threshold you go by to save network bandwidth? Number of users? Any other considerations?
Some benefits to this could be: database only runs if back end is available, and gives a "fresh copy" every time (even though .accde already mitigates most issues).
At what point do you develop more sophisticated version checking routines? Is there a size threshold you go by to save network bandwidth? Number of users? Any other considerations?
Last edited: