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: Most helpful
  1. Anonymous
    2015-01-02T19:43:54+00:00

    thank you so much...mine was and has been doing the same thing..."not responding" crashing, continuous blue circle...read your response about Trusted Locations...and voila...no more crashing and burning.  So thank you again for this "community board" and your fix response.  Worked beautifully...

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-11-17T17:43:37+00:00

    FiliepSamyn,

    You have replied to a thread that is a year old and nine pages long.  May I suggest you start your own with a link back to this thread but describing you issue in detail.  This will get your issue more attention as a lot has changed there may be a patch or some other solution available.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-11-17T15:35:40+00:00

    Sounds like a typical MS solution but thanks for the suggestion.  I have experienced similar MS Access 2013 problems.  I run the application as administrator and changed the caching options.  The crashes are less than in the past but still as soon as I select save as...game over.  This is for sure a problem with the 2013 version because it does not happen with 2010 on another windows 7 machine.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-02-25T07:47:51+00:00

    Thank you so much. That works for me. :-)

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-02-25T04:58:30+00:00

    Scott,

    FOUND IT!

    At the beginning of Loop is...

    Set rst = Me.Recordset

    Change that to...

    Set rst = Me.RecordsetClone

    ...and it should now work in all three versions.  Just tested and it passed.  Well, I've done my good deed for the month... NEXT!

    Was this answer helpful?

    0 comments No comments