jwcolby
jwcolby at colbyconsulting.com
Tue Apr 28 19:35:14 CDT 2009
Put debug.print to see if the code is even running. It sounds like it isn't. John W. Colby www.ColbyConsulting.com Rocky Smolin wrote: > BTW I did put breakpoints in the code and it didn't stop so that was my > first clue that something was going wrong. > > Rocky > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin > Sent: Tuesday, April 28, 2009 5:17 PM > To: 'Access Developers discussion and problem solving' > Subject: [AccessD] Debug Stopped > > Dear List: > > This is a new one on me. I have a database that does not respond to > breakpoints. If I put a message box in the code - MsgBox "!" - I indeed get > a message box with !. But at the point if I hit Ctrl-Break, it should break > into the code. But it doesn't. It's obviously in the code of that module > but it doesn't do anything that the module is supposed to do - like add > stuff to a table. > > If I Dim X as variant and put x=1/0 in the code it should generate an error. > but it doesn't. > > What could be going on here? (Already tried decompile.) > > MTIA > > Rocky > > > >