Results 1 to 10 of 10
  1. #1
    lburgess is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3

    Database changing records

    I have a database that I created in 2008 that has worked perfectly... now a new user has starting causing errors stating that the database forms are switching records without her changing them, what would be the cause of this and is there possible a report I could run everyday to see what changes were made?



    I did notice it switch on me one time in 7 years but it seems to do it to her at least 7 or 8 times a day...

    Any help would be greatly appreciated

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Is it possible that she is using the mouse to scroll between fields on the forms. I recall several years ago when working in Access 2002 and 2003 that you needed to tab between fields or move the mouse. When people used the scroll mouse because they were used to doing it in excel, we got lots of input errors. Don't know if this is an issue with later versions of Access or not.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    One thing to check is the setting of the "Cycle" property of the forms. If it is set to "All records", then tabbing out of the last field in the form will go to the next record. To prevent that, set the property to "Current Record"

    John

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,892
    There is no intrinsic functionality to report on changes in data. This would involve VBA and more tables for an audit log process. Review: http://allenbrowne.com/AppAudit.html

    The two suggested causes are the most likely. However, without actually watching the user interact with form and witnessing the behavior, hard to be sure. The next time she feels the records have 'switched' inexplicably, have her describe the exact steps she exercised just before the apparent 'switch'.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    lburgess is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3
    I thought this was the problem in the beginning but she swears she does not use the scroll.

    The switch happens she says when she moves into the comments field.
    Last edited by June7; 08-26-2014 at 10:10 AM.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,892
    Can you replicate the behavior? What happens when you do the same thing on your computer? Does the switch actually happen when entering the control or when leaving? Does it happen every time?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Is this a stand alone dB? Or is the dB split?

    If split, is the BE on a shared computer/server?
    And each user has their own *copy* of the FE on their own computer?

  8. #8
    lburgess is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3
    We use one copy on a shared server and multiple people are in at the same time

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,892
    Conventional wisdom says that will eventually cause corruption. I have one very simple database that is set up like that because that's what the users insisted on (was supposed to be a temporary solution while awaiting development of a more sophisticated program). That db has not one stitch of code - macro or VBA. It's been running well for couple years.

    Ideally, a multi-user database should be split and each user has their own copy of the frontend.
    Last edited by June7; 08-26-2014 at 03:46 PM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #10
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Yup... disaster waiting to happen.

    You do have backups.... Right???? At least Daily??? Hourly would be better... (IMO)

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

Similar Threads

  1. Drop-down box not changing associated records
    By Madmartigan in forum Forms
    Replies: 2
    Last Post: 02-27-2014, 04:02 PM
  2. Changing multiple records
    By jcwhite in forum Access
    Replies: 3
    Last Post: 02-05-2013, 12:01 PM
  3. Is this the best way to handle changing records?
    By teresamichele in forum Access
    Replies: 17
    Last Post: 02-14-2011, 09:58 AM
  4. changing data in many records
    By cforce in forum Programming
    Replies: 1
    Last Post: 07-22-2010, 02:30 PM
  5. changing a records field value
    By tubar in forum Queries
    Replies: 3
    Last Post: 07-06-2009, 07:36 AM

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