Share via

MSO 365 Access database appears 1b corrupted

Anonymous
2024-10-20T14:52:08+00:00

I have an Access 32 bit Single User mdb database that appears to be corrupted. Compact and Repair is not able to repair. The database is mission critical for me. Can anyone help?

Microsoft 365 and Office | Access | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

14 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2024-10-22T16:58:59+00:00

    You will need an older version of Access to convert from a mdb form Access 2K.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-10-22T15:28:33+00:00

    When I open the database in this manner and open the startup form and other forms, it seems to run without let or hindrance, But, when I open the

    That suggests that it's one of the objects in the database which is the source of the corruption. Importing all of the objects into a new empty .mdb file might eliminate the corruption. If the database is not already split into front and back ends, I'd strongly recommend that you do split it. This insulates the data from the interface objects in which corruption is more likely to arise. It also makes it easy to back up the data from within the front end. An illustration of how to do this can be found in BackupDemo.zip in the OneDrive folder to which I posted a link in my last reply, though only as a .accdb file.

    Ken, I think I am able to identify the errant Form object and the code within the form causing the problem. When I try to edit the code, I am not able to save the edited code. Get the same two users trying to change the same data rubbish.

    Mine is an Access 2000 mdb database. When I try to create a new database using MSO 365, I only get accdb Save As options for later Access versions. How do I create a new mdb database to import objects into?

    Sorry to hassle you.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2024-10-20T18:46:50+00:00

    The database is mission critical for me.

    I know this doesn't help and may be harsh.

    But why would anyone run a mission critical application without regular backups and on 17 year old technology.

    Was this answer helpful?

    0 comments No comments
  4. George Hepworth 22,855 Reputation points Volunteer Moderator
    2024-10-20T16:01:26+00:00

    Restore the most recent backup of the database.

    Is this the back end mdbor the front end mdb. If it's the back end, you will also have to manually recover any data added to the database since that last backup.

    Was this answer helpful?

    0 comments No comments
  5. DBG 11,711 Reputation points Volunteer Moderator
    2024-10-20T15:35:10+00:00

    I have an Access 32 bit Single User mdb database that appears to be corrupted. Compact and Repair is not able to repair. The database is mission critical for me. Can anyone help?

    Do you have a backup copy?

    Was this answer helpful?

    0 comments No comments