Click here to Skip to main content
15,883,868 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
How we can use Microsoft Office Access 2003 data in mylti pc by multi user
many user open one table to same time, or they are update / add / delete different records in this table. but its working very slow
what i do for fast speed of reindex data , add / edit/ delete
Posted
Updated 2-Aug-11 23:26pm
v3
Comments
Simon_Whale 2-Sep-11 14:45pm    
I would suggest that you also look into SQL express? It's free and has better multi user support

1 solution

Suggest you create the program in 2 parts. The front end, which has all the forms, reports, etc. And a Back-end, which contains the shared data tables.
Each user runs the front-end.mdb and that can connect to the Back-end.mdb thru either linked tables or a separate connection.

I suggest you find a book to teach you some basics on writing multi-user database applications in Access.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900