Access 2003 Books

G

Guest

Does anyone know of any Access 2003 books that discuss methods of updating
your application once it has been deployed to your customers, Im looking for
info like:

1) Using a cmd button, search for latest updates of the application
2) Using a cmd button, dowload latest updates
 
G

Guest

Is your database split between a front-end (FE) and backend (BE)? That's half
the battle right there.

For the FE upgrade I place a fresh copy on a network drive. As part of the
users booting up their PCs, the new FE is copied to their computer either by
a network login script or an entry in the Autoexec.bat file. Besides updating
the FE as needed, there's an added advantage of replacing a corrupt FE by
just doing a computer reboot.

Updating the BE is more of a problem especially at a remote site. Even after
hammering out the requirements and doing customer testing, things pop up. One
approach I use is to add some extra text, number, date/time, yes/no, and
maybe even a memo field to each table. That's saved my bacon a few times when
the customer forgot something and I was hundreds of miles away from the
database.
 
L

Larry Daugherty

Go to Tony Toews's site and look for FE Updater. That will give you
the information you need to do it yourself.

HTH
 
G

Guest

Thanks for your reply, i have done the basics ie FE & BE etc etc.

I like the sound off adding spare fields, something i wil do but i was after
more ideas on how to update a database with respect to ckecking
for/downloading newer verions from websites.
 
T

Tony Toews

Larry Daugherty said:
Go to Tony Toews's site and look for FE Updater. That will give you
the information you need to do it yourself.

Thanks for the plug but I suspect he meant remote sites not on his
local LAN.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top