Locked records ?

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

Guest

Hello !

I'm going to start using the small access-system in a network.
Is there anything I should think about regarding locking of records ?

If I start use it with default values, can 2 users work with the same table
without problem ?

Tanks in advance !
 
Yes, you can have multiple users in a database. I would suggest splitting
your database into a FE(front end)/BE(Backend) using the database split
utility built in. Also, You ask if they can be in the same table. Are you
actually allowing the use of the table for record maintainance or do you have
a form linked to the table. IT is better to have the table linked to a form.
 
Why split ?
It's a small database......

Users will only access table through forms ! (except some admin)
 
The reason for splitting allows the continuous developement of the database.
Basically, if you need to make a change to the database while it is not
split, you need to get everyone out make your changes then allow them back
in. If you split it, you can send a copy of the front end to each user and
keep a copy to use for developement. Also, this takes the tables and puyts
them into a back end, where your user can't make changes to their design
becase there is only a linked copy in the front end. It more or less boiuls
down to security.
 
Peder said:
Hello !

I'm going to start using the small access-system in a network.
Is there anything I should think about regarding locking of records ?

If I start use it with default values, can 2 users work with the same
table without problem ?

Tanks in advance !

Access will take care of locking records for you. While there asettings,
I suggest you leave the defaults as they are unless you have a problem.

Access is by nature a shared system, but it works best when split with a
front end and back end. The tables with all the changeable data stays on a
server (the back end) and forms queries etc are with the front ends on each
user's machine. With only two users you should not have problems.

The likelihood of locking issues is more a matter of the kind and
quality of editing.

Good Luck
 

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

Record Locking 2
Record Locking 4
Turning a 3 column flat file into a "3D" Table 2
Record Locked Dialog Box 2
Record locked - Cannot update 4
Record/Page Locking 2
Record Locking 3
Muilty-user locks Records 5

Back
Top