| Tony Toews 2005-04-06, 8:06 pm |
| "Riptide via AccessMonster.com" <forum@AccessMonster.com> wrote:
>I have just started my first access project and need some help.
>The setup would be 10-12 people working on a LAN accessing the database.
>
>My question is how to implement a Microsoft Access 2000 database across
>this LAN for multi-user access:
>
>[1]in the best possible way
You want to split the MDB into a front end containing the queries,
forms, reports, macros and modules with just the tables and
relationships. The FE is copied to each network users computer. The
FE MDB is linked to the tables in the back end MDB which resides on a
server. You make updates to the FE MDB and distribute them to the
users, likely as an MDE.
See the "Splitting your app into a front end and back end Tips" page
at http://www.granite.ab.ca/access/splitapp/ for more info. See the
Auto FE Updater downloads page
http://www.granite.ab.ca/access/autofe.htm to make this relatively
painless.. It also supports Terminal Server/Citrix quite nicely.
>[2]what options do I have and
This is a bit too generic.
>[3] requirements for server and client PCs
Whatever you already have.
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
|