Results 1 to 3 of 3
  1. #1
    CaveCanem is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    9

    Database updates to multiple simultaneous users

    I am developing a simple database to track phone calls at my office. This database will be used by multiple people at the same time (so, yes, I will split the database). One user will add records to a "phone calls" table. At the same time, several other users will monitor an "available phone calls" query that shows them the new call records that are available mark as assigned to themselves. Once they have completed the phone call, they will mark the record "closed" so that the call record will drop from the query.



    My question: will each user's front-end "available phone calls" query be automatically and immediately updated as other users add or edit records via their queries? Or will the user have to take some sort of action to refresh the data in their query in order to make sure that they see the most up-to-the-moment results? I'd like to find a way to make the process automatic, if possible. Is there a best practice for accomplishing this?

    Thanks

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    A query will not auto update/refresh. You want to use a form - a form has a property named Timer; that is what you can use to trigger the form to requery (which triggers its underlying record source to requery i.e. query). You can of course also force a requery by a user's button's OnClick event.

    I believe the timer parameter is in 1/1000th so 5000 = 5 seconds. but not 100% sure and a little research will resolve that point.

    Hope this gets you going in the right direction.

  3. #3
    CaveCanem is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    9
    Perfect. I was going to use a form as a portal for the users to monitor the query anyway, so that will do nicely. Thanks very much.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Using multiple users for a database
    By bigern87 in forum Access
    Replies: 3
    Last Post: 07-03-2012, 02:01 PM
  2. new database with multiple users
    By Inter-Tech Communications in forum Database Design
    Replies: 1
    Last Post: 04-19-2012, 04:43 PM
  3. Access Database for multiple Users
    By zul336 in forum Access
    Replies: 9
    Last Post: 12-24-2011, 05:00 PM
  4. Multiple users in database at same time
    By toshea in forum Security
    Replies: 4
    Last Post: 12-07-2009, 02:22 PM
  5. Multiple users accessing same database
    By 4ACE in forum Access
    Replies: 0
    Last Post: 02-28-2008, 03:10 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums