Hi Mike,
First make sure you have enabled Access Special Keys:
Tools ->Startup
Check Allow Special Keys
If that doesn't solve the problem you might have a corrupt mdb. To repair a
corrupt mdb you can either create a new mdb and import all objects into the
new mdb or you can use the undocumented decompile. Personally I find
decompile to be an easier method of recovering from corruption - just be
sure to follow the precautions listed in the articles sited below.
Here are a couple of links on decompile. They are written for Access97 but
the same method works for Access2000. Be sure to make a copy of your mdb
before you decompile. I've never had any trouble but . . . backups are
always a good thing anyway.
http://www.mvps.org/access/bugs/bugs0008.htm
http://www.trigeminal.com/usenet/usenet004.asp
--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
Mike said:
In Access 2000, program execution has suddenly stopped breaking on
breakpoints and STOP commands.
The procedures seem to work correctly, but I cannot get execution to
break.
Is there some setting simple which has come ubdone?
Many thanks
Mike Thomas