I have a very weird issue with Access. I have a form for which I created a command button with a simple sub for the Click event:
MsgBox "Hello"
When I put a break point in, it doesn’t stop at the break statement, it just executes the sub. I don’t program in access everyday but I have been coding on/off with Access for over 10 years. I have never had this issue, and I have worked on this clients Access Database before.
Any advice would be appreciated.
When you check
Access Options->Current Database->Use Access Special Keysoption, break points will no longer be triggered. Having this option unchecked also prevents things such as F11 opening the access objects window.