Results 1 to 4 of 4
  1. #1
    coleen is offline Novice
    Windows 7 32bit Access 2000
    Join Date
    Sep 2013
    Posts
    1

    I just realized that our database is no longer saving ANYTHING!!


    I have been entering many new members, payments, dates, etc. into our database over the last couple of months and I just realized that none of this was saved!!! I have no idea what is going on??? Can anyone help please??

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    This is an old, previously functional db? What has happened recently that could have caused behavior change? Is the database a split design? Is there more than one copy of backend?
    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.

  3. #3
    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,726
    What sort of management procedures do you have? Do you do regular backups? Regular statistics or reports?
    How did you determine "last couple of months"?

  4. #4
    Renaud's Avatar
    Renaud is offline Novice
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2013
    Location
    Hong Kong
    Posts
    4
    If anything, this should serve ass a warning to all: you must have a regular database backup scheme. It cannot be stressed enough.

    The easiest and least etechy thing you can do is to program an regular alarm/calendar event on your mobile phone for you do manually make a copy of your database.
    So if you know you are at work every day at 9h00, then set an event to remind you to make the backup every day or every 2 days, or every week at least.

    Of course, a better solution is to use the Windows Task Scheduler to set up a task to perform a backup on a regular basis. Then you need to use a calendar event/alarm to remind you to check regularly that the backup has indeed been performed.

    If your data is worth anything, spend some time to thing about backups. It's not a matter of if you will need it, it's a matter of when you will need it.

    On top of backups, I would recommend compacting the database regularly as well.
    What I do is make a daily backup of the database to a zip file, then once that it done, I compact the database.
    If something goes wrong with the compact process, then I still have the backup.

    Compacting regularly will prevent minor issues from pilling up and blowing in your face one day.
    A database can become corrupted in many subtle ways that are not always obvious. By compacting the database you will ensure that it stays at an optimum size for the data it contain (instead of becoming very large very quickly) and that any minor issues that could result in data corruption are repaired early.

    Compacting is fairly easy: just create a batch file with the following (you will have to change the paths to match your specific environment or course):

    Code:
    "C:\Program Files\Microsoft Office\Office14\msaccess.exe" "E:\MoveIt\db\Phoenix-be.accdb" /compact
    The key here is the /compact command line parameter that tells Access to just operate on the given database. Access will just open, perform the compact and repair operation and close.

    Now, regarding your issue, there are many reasons you database may not be saving your work:

    • it's read-only, possibly because it's set that way in its file properties or because the filesystem does not give you the rights to write to the database file.
    • it's corrupted, in which case, make a backup and try to perform a compact and repair.


    Try to open the database tables directly and enter data manually in the records. Are the changes you make being saved? Could it be an issue with your front-end (assuming you have split the database into backend/front-end).

    You will have to give us more information about your setup for us to help you beyond that.

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

Similar Threads

  1. Closing access database without saving
    By onaggar in forum Access
    Replies: 7
    Last Post: 12-19-2013, 06:23 PM
  2. database not saving my changes!
    By brianfromla in forum Access
    Replies: 6
    Last Post: 01-04-2013, 05:51 PM
  3. Saving a hyperlink into my database
    By Jan22 in forum Access
    Replies: 1
    Last Post: 05-25-2012, 02:39 PM
  4. problem while saving database design
    By Ramya in forum Database Design
    Replies: 1
    Last Post: 08-02-2011, 07:39 AM
  5. Saving info to the database
    By dalton in forum Access
    Replies: 1
    Last Post: 06-02-2010, 08:32 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