Results 1 to 3 of 3
  1. #1
    emanual4real is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    6

    Multi-user Front End application


    I've been working on this a while and I'm at a loss. I have a table and I have up to 18 users. I want each user to be able to request one record from this table and I want to make sure that no other user requests that same record. I've tried using time stamps and creating a queue. Then it updates an assigned field in the table and the query it pulls from knows to only pull records if that assigned field is null. Timestamp is removed and next person in queue can request it. Doesn't seem to work. Other ideas?

  2. #2
    trevor40's Avatar
    trevor40 is offline Advanced db Manager
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    402
    try adding an extra field to the table and use it to exempt from next selection

  3. #3
    emanual4real is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    6

    Post

    Thanks for the reply. I didn't have time to go into a lot of detail as it was quitting time.

    I've got an update query on a join. It updates the [assigned] field where the [completed] field is null and the [assigned] field is null. This right here I thought should be enough to prevent anyone else from getting that record.

    Then I also set up a queue. Time stamp, check to see if time stamp is the oldest then run above update query and remove time stamp. I thought for sure that should work too.

    Unfortunately, people get the same record pretty regularly. I'll post some code next time I'm at work. Thanks again.

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

Similar Threads

  1. Replies: 4
    Last Post: 01-09-2013, 05:26 PM
  2. Replies: 2
    Last Post: 08-31-2012, 02:20 PM
  3. Replies: 1
    Last Post: 01-04-2012, 01:39 PM
  4. Replies: 3
    Last Post: 09-22-2011, 03:35 PM
  5. Replies: 12
    Last Post: 06-16-2011, 01:35 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