Fix for deleted breakpoint stopping code execution - decompiling mdbs

From CCMDB Wiki
Jump to navigation Jump to search

Sometimes when a breakpoint is deleted in Visual Basic in Access the program "forgets" that it was deleted and continues to stop code execution.

To fix this, decompile the Access program by running the following from Start Menu --> run:

  • "msaccess.exe" /decompile <file name and path>

i.e. for Tina's development version

  • "msaccess.exe" /decompile "C:\ccmdb_program\ccmdb.accdb"