Results 1 to 2 of 2
  1. #1
    robrich22's Avatar
    robrich22 is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Feb 2013
    Location
    Louisville, KY
    Posts
    41

    Simultaneous Updating Continuous Form/Multiple Users

    I have a main form, which is a continuous form that displays jobs with start/end times. My database is split into BE/FE. The frontend resides on the individual users pc. Now there are normally 5 people entering data into the application. If one user updates a job in the continuous form/deletes/adds a job, I want that update to be pushed to all clients, so it shows up on their screen immediately after being entered. What's the best way to do this?



    I am thinking of maybe using the Timer control on the main form to check a field in the database for last-updated, and if the time is different, then it will requery the form to get the updates? Is this is best solution, or are there any other ways? The timer could fire off every 10-15 seconds?

    Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Just a thought, but could you filter the data underlying the Form that everyone uses, such that each user worked on his/her subset of records. That way nobody should be updating/deleting records that are outside his "realm of influence".

    It may mean a change in work procedures, but I have used similar approach when updating records with several clients.

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

Similar Threads

  1. Multiple filters on a continuous form
    By Ray67 in forum Forms
    Replies: 3
    Last Post: 01-26-2013, 10:57 PM
  2. Replies: 2
    Last Post: 01-11-2013, 01:19 PM
  3. Replies: 2
    Last Post: 10-09-2012, 10:07 AM
  4. Replies: 3
    Last Post: 05-15-2012, 02:51 PM
  5. Multiple users keying into one form......
    By softspoken in forum Forms
    Replies: 11
    Last Post: 04-13-2010, 02:18 PM

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