R
Robert
What setting can you set that will not let you set a breakpoint in the code?
It's supposed to have something to do with Startup.
Robert
It's supposed to have something to do with Startup.
Robert
Tom Wickerath said:Hi Robert,
Tools | Startup | Allow Access Special Keys
With this option deselected, any break points that you attempt to set in
code will not be honored. Usually people want break points to work, so
they
need to have this option checked.
Note: You need to quit Access and re-start it in order for changes in this
option to take effect.
If you compile your application to the .mde form, then others will not be
able to see any of your VBA code, so, by default, they won't be able to
set a
break point. (The canocial [human-readable] form of the VBA code is
stripped
out during the process of creating a .mde file).
Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
Robert said:What setting can you set that will not let you set a breakpoint in the
code?
It's supposed to have something to do with Startup.
Robert