Multi-user access

P

ppons

I have a MS Access 2003 SP3 Data base that it is already set up with advanced
options setting to be shared, edited record locking, and enable DDE refresh.
How can I set this database to have multi-user accessing the DB (I believe I
have set this correctly), dynamic refresh, and when a record it’s been in use
by another user.
 
G

golfinray

You need to split your database. All the tables would comprise the backend
(BE) and reside on your LAN. The queries, forms, reports would be copied to
each users machine. See www.allenbrowne.com for details
 
A

Arvin Meyer MVP

A record being edited always is locked. Try using NoLocks if you are getting
record locking conflicts. It releases much quicker.

Always split your database in a multi-user environment, with a separate
front-end copy on each user's workstation, linked to a back-end on a server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top