A family of Microsoft relational database management systems designed for ease of use.
Have you tried decompiling :
http://desmondoshiwambo.wordpress.com/2013/06/26/repairing-access-vba-corruption-using-decompile/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
A family of Microsoft relational database management systems designed for ease of use.
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.
Have you tried decompiling :
http://desmondoshiwambo.wordpress.com/2013/06/26/repairing-access-vba-corruption-using-decompile/
Thank you olb49. I like the new 2013 updates to the look and feel that 2013 brings, but not nearly as much as I like being able to develop in Access on a platform that doesn't crash.
Hi Ben,
I've tried decompiling (following Tim and David's steps here http://stackoverflow.com/questions/3266542/ms-access-how-to-decompile-and-recompile) but the behaviour still persists.
What References do you have set?
Hi Gina,
I have the following references loaded:
Although I do make references to DAO objects, I don't explicitly have the DAO Library Object reference set because:
1. Each time I try it to set the reference, it gives me the following error (message box <!>): Name conflicts with existing module, project, or object library.
2. When I compile my code, I don't get an error regarding a missing reference.
I tried running the "Fix It for me" here (http://support.microsoft.com/kb/2019235) for Windows 7, but that didn't seem to work.
I'm running Windows 7 64bit, with Office 2013 Pro Plus 32 bit (upgraded from Office 2010 Pro Plus 32bit).
Sorry for the delay... I just got the eMail that you replied!
Option Compare Database
Option Explicit
...at the very top. If it does not you need to add it and Debug>RE-ompile to check for errors.