Hi Larry,
You can very easily do this, as long as you are not making design changes to
the tables, if you first split your database into two .mdb files: a front-end
(FE) and back-end (BE). The BE .mdb file contains only the tables with the
shared data, and is placed on the file server. The FE .mdb file contains
everything else: queries, forms, reports, macros, modules and any local
(non-shared) tables. A copy of the FE .mdb is installed on each user's local
hard drive. There is a database splitter wizard that will assist you: Tools >
Database Utilities > Database Splitter.
Other steps that you should take to help insure success of a multi-user
application include disabling Name Autocorrect, setting subdatasheets to
[None] and opening a single connection to the BE database (for starters).
BUG: Slow performance on linked tables in Access 2002 and Office Access 2003
http://support.microsoft.com/?id=275085
Slow performance when user opens an object with Name AutoCorrect enabled in
Microsoft Access
http://support.microsoft.com/?id=290181
Keep a persistent connection open
http://www.granite.ab.ca/access/performanceldblocking.htm
http://support.microsoft.com/?id=303528#15
http://www.fmsinc.com/free/newtips/Access/accesstip36.asp
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
:
I know that when there is more than one person in the database at a time, one
can't make new objects and expect save them. I have a person in the database
doing data verification but I need to be creating the Macros and switchboard
while she is doing that. Can I do all of that in a copy of the database that
I made this morning and then merge them back together this afternoon without
loosing any data correction she makes and not loosing the work that I do?