A family of Microsoft relational database management systems designed for ease of use.
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?