The BE mdb needs to be placed in a shared file on the server. All
users will need to have Read/Write/Delete priveleges on this file. You
should use UNC path naming, as opposed to drive letter path naming, for
the link to the BE file. So the path would look like;
\\TheServer\SomeFile\YourBE.mdb
instead of;
P:\SomeFile\YourBE.mdb
Next, each user should have their own copy of the FE, preferrably on their
local drive if possible. If not, then in that users network folder. I suppose
you could e-mail the FE to each user if you think they are all competent
enough to copy it to an appropriate location. In my experience that is
probably not the case. As far as updating, if there are only a few users
and they are all at your location, you can just update each station
individually when needed. If that won't work for you, you might have a
look at Tony Toews Auto FE Updater at;
http://www.granite.ab.ca/access/autofe.htm
In regards to your export to Excel function, it's impossible to say whether
or not it will work correctly without knowing how the procedure is written.