Updating - sharing - saving

  • Thread starter Thread starter Bianca
  • Start date Start date
B

Bianca

Good morning!

Can more than one user make updates (or new entries) into a database at the
same time and each one save his work (the db is on a network).

Thanks!

B
 
Hi Bianca,

With a properly designed application, the answer is most certainly yes. Here
is an article that should be very helpful to you:

Implementing a Successful Multiuser Access/JET Application
http://www.accessmvp.com/TWickerath/articles/multiuser.htm

The golden rule is to "request only the needed data". In other words, don't
design forms that open up to hundreds or thousands of records. It is much
better to have a search form that allows a user to find a particular record.
Then they can open that one record for editing. This helps to avoid
unneccesary network traffic. See the following download for an example:

Query By Form - Multi Select
Tom Wickerath, February 12, 2008
http://www.seattleaccess.org/downloads.htm

It is much easier if you are only dealing with a LAN (local area network) in
a small office, versus trying to use a WAN (wide area network). If you have
to deal with a WAN, then you need to use Terminal Services. Access MVP Albert
Kallal has a great article on this topic:

Using a wan with ms-access? How fast, how far?
http://www.members.shaw.ca/AlbertKallal/Wan/Wans.html


With proper design and attention to detail, you can do this.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 

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

Back
Top