MS Access 2013 crashes continually on different computers.

Anonymous
2013-03-18T13:45:00+00:00

I having increasing problems with Access 2013 crashing.  Even after compacting and repairing the database it crashes all of the time - now it's crashing whenever I try to do a "save as" or when I try to exit.  It's been unstable since I started using it but it seems to be getting worse, and it happens on multiple machines. Anyone have an idea why it's constantly crashing?

Microsoft 365 and Office | Access | For home | Windows

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

87 answers

Sort by: Newest
  1. Tom van Stiphout 40,216 Reputation points MVP Volunteer Moderator
    2013-06-25T13:00:59+00:00

    Run Windows Updates.

    Get the latest video drivers

    Get the latest printer drivers

    Switch to different default printer.

    Export all objects to text files (Application.SaveAsText) and import them in a new database (Application.LoadFromText).

    After that, I would be ready to uninstall and reinstall Office.

    After that, reinstall Windows.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-06-25T12:04:57+00:00

    Hi Tom,

    I installed Office 2013 as an upgrade over 2010 (and ran windows update to ensure I had the latest updates).

    My access DB was created in 2010 and is under the the accdb (2007-2013) file format.

    It hangs on many occasions, very frequently, and is quite frustrating to develop.

    Examples of it hanging (all while within the same database):

    1.  Switching from one form to another form (both in design view).

    2.  Switching from design view to form view

    3.  Switching from form view to design view

    4.  Changing focus from a control on the main form to a the subform within a form

    5.  Selecting a control on the main form when focus was on the subform.

    6.  Closing a form in design view after saving it for the first time.

    ......

    I have option explicit on all of my modules (including forms and classes), and the code complies just fine.

    I've gone through Tim and David's steps here (http://stackoverflow.com/questions/3266542/ms-access-how-to-decompile-and-recompile) on decompiling and recompiling the access db, but the behaviour still persists.

    Any other tricks I could try?

    Was this answer helpful?

    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2013-03-19T12:56:50+00:00

    Yes, it's the desktop version.  I haven't tried compiling the code (never have), but I will try that next.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2013-03-19T12:56:08+00:00

    I created it in Access 2010 but have been using 2013.  In the beginning I just experienced problems when exiting the program and it would crash, but now it crashes frequently, especially when trying to do "save as" and other times just exiting the program.  Less when I select "close."

    Problems seemed to get worse after I created several linked tables, and those will probably be accessed by people using either 2013 or 2010 once I make them accessible.

    It's become extremely frustrating as it's begun to crash almost every time I try to exit and every time I try save as.

    Was this answer helpful?

    0 comments No comments