Results 1 to 6 of 6
  1. #1
    gg80 is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Posts
    328

    Corruption Repair Proigram

    Using Access 2007 with most programs created with Access 2003. Recently, I had some awful on-line help while fixing a computer problem that just wiped out all my programs. I was able to reload the ones I still had discs for. One thing I miss horribly is the Access corruption repair program. With it, I could just go to the icon, enter the location & name of the problem program, click go, and program would be fixed! I believe that I got it from someone on this site a long time ago. Having trouble finding it on the web-lots of variations and not sure what they do. I would much appreciate someone telling me how to get the fixer program back on my computer.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    does the Access built-in repair not work?

  3. #3
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,130
    As Ranman suggests, try the built in fixes first
    1. Compact and repair will shrink the database to remove unused space and may do some minor repairs.
    2. Decompile -removes any corrupt compile code and in my experience fixes the vast majority if issues
    See http://www.fmsinc.com/MicrosoftAcces.../Decompile.asp
    3. After decompiling you should compile from the Debug menu in the VBE to fix any errors in your code
    Before doing so, tick require variable declarations in the VBE Options
    This will add the line Option Explicit to all new code modules but it won't act retrospectively
    So go through each code module and add Option Explicit as the second line after Option Compare Database

    Then click Debug...Compile fixing each error it finds in turn
    You may have to do this several times to fix all errors

    Finally compact your db.

    IMPORTANT
    Before doing any of this, make a BACKUP copy of your db, just in case.
    Once fixed, you can delete the original backup.
    However, suggest you then backup the fixed db.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  4. #4
    gg80 is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Posts
    328
    i was just checking other things and realized that I haven't thanked you two for the help. Thanks again.

  5. #5
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,130
    On behalf of both of us, you are very welcome.
    Did the advice help you to solve your issues?
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  6. #6
    gg80 is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Posts
    328
    Yes it did. Of course, I got a bunch more trying to use Access to work with excel xlsm files. I can't understand why msoft changed Excel the way they did. They didn't make it better.

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

Similar Threads

  1. DB synchronization after corruption
    By Spark_GGSE in forum Access
    Replies: 1
    Last Post: 10-02-2012, 10:58 AM
  2. Database Corruption
    By aytee111 in forum Access
    Replies: 2
    Last Post: 09-19-2012, 08:29 AM
  3. VBA Module Corruption
    By Jrbeene86 in forum Modules
    Replies: 4
    Last Post: 07-30-2012, 01:28 PM
  4. Corruption nightmare
    By Remster in forum Access
    Replies: 4
    Last Post: 03-25-2011, 06:40 AM
  5. Data Corruption?
    By tdalber in forum Access
    Replies: 2
    Last Post: 02-03-2009, 04:15 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