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?
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?
Just press Ctrl + Break - This should let you in to the background code by breaking the code and debugging
Hope this helps
You can also use vba to edit the properties from outside