Re: Splitting Database - multiuser
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Thu, 6 Sep 2007 22:20:00 +0800
Yes, that's right.
In a small setting, you just copy the new MDE to each workstation.
For an automated process, see Tony Toews solution:
http://www.granite.ab.ca/access/autofe.htm
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Mcrawford" <Mcrawford@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FBA8885B-7DC4-4879-9A1D-69C10A6BB0A1@xxxxxxxxxxxxxxxx
Allen, If I choose to use MDE files what is the best practice for updating
when I make changes?
I'm assuming I make changes to a "master" MDB front end file and then
re-make MDE files each time I have an update, is this correct?
"Allen Browne" wrote:
The important thing is that each user opens a separate MDB/E file. Ideally
it's on their local hard disk, since that's faster than the network and
reduces the network traffic, but you can use separate files on the server
(e.g. in the user's workspace) if necessary.
You can create an MDE using Access:
Tools | Database Utilities | Make MDE
The user cannot mess up your forms, reports, or code if you give them an
MDE. An MDB is fine if you trust them not to fiddle, if you want them to be
able to create/modify their own forms/reports/code and change yours, and if
they all use the same version of Access (to avoid the faulty binary problems
that occur when switching versions.)
"Mcrawford" <Mcrawford@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5244BF3E-D955-4653-8608-FBEA722C0F20@xxxxxxxxxxxxxxxx
>I have split my database. I have four users that will be using the front
>end.
> I've read that each user should have the front end on their local > systems.
> What are the disadvantages of having the front end on a shared network
> drive
> so that all four users can access a single front end (instead of having > it
> on
> each pc).
>
> Also, when I split the database the original name was TSCL.mdb. It > split
> into TSCL_be.mdb (back end) and TSCL.mdb (front end). I've seen some
> postings
> about the front ending being a .mde file...why is mine a mdb file? Do I
> need
> to do some sort of conversion to make it an mde file, if so, why?
>
> I'll continue to search for reasons for using mde file, but thought I
> would
> see what you all have to say.
.
- References:
- Re: Splitting Database - multiuser
- From: Allen Browne
- Re: Splitting Database - multiuser
- Prev by Date: import data
- Next by Date: Re: Splitting Database - multiuser
- Previous by thread: Re: Splitting Database - multiuser
- Next by thread: Re: Splitting Database - multiuser
- Index(es):
Relevant Pages
|