Code:
Dim db As Database
Dim prp As Property
Set db = CurrentDb
Set prp = db.CreateProperty("AllowByPassKey", dbBoolean, False)
db.Properties.Append prp
HELP ME HELP ME PLEASE PLEASE!!
I disabled the bypass (Shift) key and set a password that only I know, that will reactivate the bypass key again. It does not work. Now I"m in hot water (This is 4 months of work) I am getting an error and cannot open my program (the code). I cannot import a module or new form because Visual Basic is locked and can only be opened once the bybass key is activated.
Is there anything I can do, for example writing code in a macro like this
Code:
Currentdb.Properties.Delete "AllowByPassKey"
Currentdb.Properties.Refresh
Please I am literally in tears.
Thanks in advance