Multiple Users - Novice?

B

Brian

Hi All,

I've been reading the posts on here about multiple users. From what I can
gather, once the database is ready you can just split it into a front and
backend using access.

My question is.

If a user has the input form open and is modifying Record 10. If a second
user opens up the form to modify Record 10, will they see the changes that
the first user is making?

Is there any way to alert a user if someone else is modifying a record that
they want to change?

Thanks

Brian
 
S

Sharkbyte

Brian:

There are a couple things that can happen here...

1. If you use Record Locking, then only 1 person can update a record at a
time.
2. If not then the second user will get a message, from Access, stating
that the record they are attempting to access has been changed by another
user, and that they should refresh their data before continuing.

HTH

Sharkbyte
 
B

Brian

Thanks

Sharkbyte said:
Brian:

There are a couple things that can happen here...

1. If you use Record Locking, then only 1 person can update a record at a
time.
2. If not then the second user will get a message, from Access, stating
that the record they are attempting to access has been changed by another
user, and that they should refresh their data before continuing.

HTH

Sharkbyte
 

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

Top