I normally program in VB with Access backend so i have fallen a little behind in VBA development
The problem that drove me nuts was that an event seemed like is was not firing. I finally discovered that it was firing but ignoring all the code due to an error in the code. As mentioned am used to VB so expected I could put a breakpoint and have it stop so I could step through and find the problem.
Breakpoints do not seem to work althought the interface allows them. There must be some setting somewhere i am missing. I use Access 2003 in this case
Any suggestions
Debugging is the process of removing bugs. Programming is the process of putting them in
The problem that drove me nuts was that an event seemed like is was not firing. I finally discovered that it was firing but ignoring all the code due to an error in the code. As mentioned am used to VB so expected I could put a breakpoint and have it stop so I could step through and find the problem.
Breakpoints do not seem to work althought the interface allows them. There must be some setting somewhere i am missing. I use Access 2003 in this case
Any suggestions
Debugging is the process of removing bugs. Programming is the process of putting them in