I have a module that is creating it's own breakpoint, and I can't figure out how to stop it.
The user fills in search fields on a form and clicks a button to launch the search procedure. The first part of the procedure sets variables and builds SQL strings for the search, and the code is stopping at Set db=CurrentDB
The code stops and presents the code window to the user. If I press F5, the code continues just fine.
I thought there was a "ghost" of a breakpoint that I had put in during debugging, and I've tried re-inserting a breakpoint, saving, deleting the breakpoint and saving. This has done nothing to eliminate the "ghost" breakpoint.
Can anyone help me?
I'm using Access2003 on an XP network.
-------------------
Rob Foye
Database Management
Regions Bank
The user fills in search fields on a form and clicks a button to launch the search procedure. The first part of the procedure sets variables and builds SQL strings for the search, and the code is stopping at Set db=CurrentDB
The code stops and presents the code window to the user. If I press F5, the code continues just fine.
I thought there was a "ghost" of a breakpoint that I had put in during debugging, and I've tried re-inserting a breakpoint, saving, deleting the breakpoint and saving. This has done nothing to eliminate the "ghost" breakpoint.
Can anyone help me?
I'm using Access2003 on an XP network.
-------------------
Rob Foye
Database Management
Regions Bank