Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
CTRL-Break is supposed to break into running code, e.g. say I have an infinite loop going in VBA.
BUT ... is there another way to get in?
My keyboard is "minimal" and doesn't have a break key. (Dell Studio 16 running Win 7). No "Pause" key so FN+Pause won't simulate a break key. The registry entry for "Scancode map" won't work because Break and Pause are 3 byte scan codes and the "Scancode map" works only for one and two byte scancodes.
I just upgraded to Access 2010 on Win 7 Ultimate on a Dell Studio XPS 16 ... no Pause/Break, scrolllock etc. When I called Dell about a solution they basically said "You bought a gaming machine, not a development machine." Did not make me happy as I do a lot of personal tools on Access. I suspect there are a lot more keyboards out there lately with the same problem(s). I searched a lot and didn't find a full description of a solution. I hope this helps and gets out there.