Don't let everyone else share the same front end file. The most important
reason for splitting the database and giving everyone their own copy of the
front end is to avoid corrupted database files.
Chris
Microsoft MVP
Thanks Chris for your advice. While on this topic, what would be the best
way to distribute the FE to my users outside of email. I would like to be
able to make sure that the users always have the most updated version of the
FE on their local PC each time the submit their data.
> Don't let everyone else share the same front end file. The most important
> reason for splitting the database and giving everyone their own copy of the
[quoted text clipped - 10 lines]
> >> By having everyone share the same front end file, you defeat the purpose of
> >> splitting the database. Place a copy of the front end on every user's PC
George Nicholson - 18 Apr 2008 16:36 GMT
> what would be the best way to distribute the FE to my users outside of
> email...
Rather than pushing updates, the general consensus seems to be to have the
user's machine do a version check against the "current" copy on the network
and pull down an update if needed. Details of exactly how to do that may
vary a bit.
Auto FE Updater
http://www.granite.ab.ca/access/autofe.htm
Even if you don't use his (free) tool, Tony's site provides a lot of good
ideas and links.
Nowadays I use a variation from one of those links
http://www.databasejournal.com/features/msaccess/article.php/3286111
because I ran into one client where .exe files aren't allowed on the network
(i.e., they are periodically deleted), so I couldn't use Tony's app.

Signature
HTH,
George
> Thanks Chris for your advice. While on this topic, what would be the best
> way to distribute the FE to my users outside of email. I would like to be
[quoted text clipped - 21 lines]
>> >> splitting the database. Place a copy of the front end on every user's
>> >> PC
Maldo - 21 Apr 2008 16:33 GMT
Thanks for the info. After reveiwing the several methods out there I think I
am gonna try and implement the Database Journal version you are using.
Thanks for your help.
> > what would be the best way to distribute the FE to my users outside of
> > email...
[quoted text clipped - 40 lines]
> >> >> splitting the database. Place a copy of the front end on every user's
> >> >> PC
Chris O'C - 18 Apr 2008 16:42 GMT
Use the Auto FE Updater http://www.granite.ab.ca/access/autofe.htm. Every
time a user opens the front end, it will check for the latest version and
update it automatically.
Chris
Microsoft MVP
>Thanks Chris for your advice. While on this topic, what would be the best
>way to distribute the FE to my users outside of email. I would like to be
[quoted text clipped - 6 lines]
>> >> By having everyone share the same front end file, you defeat the purpose of
>> >> splitting the database. Place a copy of the front end on every user's PC
Maldo - 21 Apr 2008 16:38 GMT
Thanks for your help Chris. After reviewing some of the several methods
available I am gonna attempt the version in the Database Journal that George
Nicholson mentioned earlier in this thread.
Thanks,
> Use the Auto FE Updater http://www.granite.ab.ca/access/autofe.htm. Every
> time a user opens the front end, it will check for the latest version and
[quoted text clipped - 13 lines]
> >> >> By having everyone share the same front end file, you defeat the purpose of
> >> >> splitting the database. Place a copy of the front end on every user's PC