multi-user access data base

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to make the data base I designed to be a multi-user one. Currently,
only one person can use it at a time. This just won't work in our
environment. How do I do this. Thanks
 
"Currently, only one person can use it at a time." Can you describe your
symptoms? Do all users have create and delete permissions on the folder
where the backend mdb is located?

You have separated your application into frontend and backend mdbs haven't
you?
 
On Sat, 2 Apr 2005 15:59:04 -0800, "Betty Buckley" <Betty
I need to make the data base I designed to be a multi-user one. Currently,
only one person can use it at a time. This just won't work in our
environment. How do I do this. Thanks

Access is multiuser by default, and you need to go to a certain amount
of work to make it single-user! Are you sure you (or some user) isn't
opening it in Exclusive mode?

John W. Vinson[MVP]
 
Back
Top