Stuart McLachlan
stuart at lexacorp.com.pg
Fri Feb 27 14:28:56 CST 2015
Just back in Port Moresby after three weeks in Bougainville working on electoral roll updates where we had a dozen DPOs working 24/7 using a split Access application. BER.accdb is the front end. This is the contents of a .cmd file that sits on each PC (with a shrotcut to it on the desktop): @copy \\BERMSERV\BERMS\BER.accdb c:\BER @START C:\BER\BER.accdb I can drop a new copy of BER.accdb on the server at anytime. Every time the operator starts the application, they get a new copy of it. It is also handy in avoiding bloat if you use termporary tables in the FE. BTW, don't write to CVS (comma separated values)- that format is a PITA to work with. use Tab separated) -- Stuart On 27 Feb 2015 at 8:44, Janet Erbach wrote: > Hello all - > > Do any of you have a favorite approach/module that you use to > automatically update the front end on the user's machine? My monster > application from WIFI hell has had auto update issues as well as > corruption issues. > > My co-worker that developed part of the app with me wrote an auto > update module that > > Creates a batch file on the fly > Closes Access > Runs the batch file to copy the new front end to the user's machine > and then re-opens access > > At least that's what's supposed to happen...there have been a number > of times that I've been suspicious about whether or not this auto > update is somehow triggering back-end corruption too, although I don't > know why it would. There have been many times when the app is up and > running fine on 10 machines and when the 11th machine starts up and > goes into auto-update mode the whole thing comes crashing down. Maybe > that's just coincidence. > > BTW, I'm implementing the 'write to CSV' option today to try and stop > the corruption... > > Janet Erbach > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >