问题
I created a database and disabled the 'shift' bypass. I also have an AutoExec module that is running on a constant loop and quits the application.
Is there anyway to counter this or change the vba code?
回答1:
Just press Ctrl + Break - This should let you in to the background code by breaking the code and debugging
Hope this helps
回答2:
You can also use vba to edit the properties from outside
opendatabase("yourdbfullname").properties!Allowbypasskey = true
来源:https://stackoverflow.com/questions/38522832/locked-out-of-access-database