|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Multiple Users on an 2003 Access DatabaseI have set up an Access 2003 Database.
Multiple Users will have to be able to work on this database at the same time. (i.e. two users can create a query on the one table at the same time). I have done the above in the past on existing databases however I have never set one up from scratch. I would appreciate any assistance. Thanks, Alan. The usual method is to split your mdb. Put the backend (just the tables) on
a server, and give each user a copy of the frontend (all other objects) mdb which would have linked tables to the backend. -- Show quoteHide quoteJoan Wild Microsoft Access MVP AlanK wrote: > I have set up an Access 2003 Database. > Multiple Users will have to be able to work on this database at the > same time. (i.e. two users can create a query on the one table at the > same time). > > I have done the above in the past on existing databases however I > have never set > one up from scratch. > > I would appreciate any assistance. > > Thanks, > > Alan. |
|||||||||||||||||||||||