Results 1 to 5 of 5
  1. #1
    asmores is offline Novice
    Windows 2K Access 2003
    Join Date
    Mar 2013
    Posts
    20

    Shared Database Ideal


    Hi All,
    I have a database on a shared drive that multiple users have to update periodically. Problem is only one person can update at a time. And unforunatly the users sometimes forget they are in the database blocking anyone else from completeing their work. Does anyone know of any code that i can put in the background so that if a user is ideal for more then 5 minutes a pop up message will remind then to get out???
    Thanks so much

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Have you split the db.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    asmores is offline Novice
    Windows 2K Access 2003
    Join Date
    Mar 2013
    Posts
    20
    I suppose i could split it and run an update off a master table but i thought the pop up would be a little more fun.

  4. #4
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Yes, there's popup/signoff code various places around the internet. Basically, you use the timer property of a hidden form. The hard part is that you have to be sending timer-reset messages to that form whenever the user does anything significant. How big is your database, how many forms, how many queries, how is it used, etc.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Maybe it is obvious. But, what are you updating exactly?

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

Similar Threads

  1. Replies: 3
    Last Post: 09-13-2012, 11:17 AM
  2. Replies: 2
    Last Post: 03-01-2012, 04:14 AM
  3. Shared Database
    By rafaelbatalha in forum Access
    Replies: 3
    Last Post: 02-01-2012, 11:53 AM
  4. Replies: 6
    Last Post: 01-10-2012, 08:56 AM
  5. Replies: 1
    Last Post: 01-29-2011, 10:52 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