Re: Bloody obvious question
- From: "Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Nov 2005 18:00:43 -0500
As long as they have at least Read, Write, eXecute and Delete permissions on
the folder where the MDB file exists, they shouldn't have any problem. This
is because Access creates a locking file (.LDB file) in that folder when the
first user accesses the database, updates it as subsequent users access the
database, and deletes it when the last user closes the database.
BTW, make sure you split the database into a front-end (containining the
queries, forms, reports, macros and modules), linked to a back-end
(containing just the tables). Only the back-end should be on the server:
each user should have his/her own copy of the front-end, preferably on their
hard drive. This will improve performance, and significantly reduce the risk
of database corruption.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Michael Calwell" <fac@fac> wrote in message
news:436be054$0$346$da0feed9@xxxxxxxxxxxxxxxxx
> Hello,
>
> I'm new to access, coming from MySQL and more server orientated databases.
>
> Can somebody confirm that I can have an access database file sitting on a
> fileserver, and two different people on different computers can access
> that file at the same time and update the database without "File in use"
> errors?
>
> We are thinking of migrating our excel spreadsheets, and that's the
> primary driver.
>
> TIA
>
> Michael
.
- Follow-Ups:
- Re: Bloody obvious question
- From: Michael Calwell
- Re: Bloody obvious question
- References:
- Bloody obvious question
- From: Michael Calwell
- Bloody obvious question
- Prev by Date: Re: Convert Date/time to text?
- Next by Date: Re: Invoice in time and billing database
- Previous by thread: Bloody obvious question
- Next by thread: Re: Bloody obvious question
- Index(es):