Rocky Smolin
rockysmolin at bchacc.com
Wed Apr 29 00:14:18 CDT 2009
I just tried putting a breakpoint in on another mdb to see if it was my installation of access or that particular mdb. Happy to report breakpoints are working normally on everything except this mdb. There's something peculiar about it. Legacy app so I suppose I have to dig in a little. No macros, though. 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:20 PM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Debug Stopped 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 -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com