Z
ZEKE
I set startup properties based on permissions when the db opens and lock them
down again on close. I always leave the ByPassKey property set to true so I
can get back in by holding down the shift key. However, I got copy/paste
happy and set it also to False and now am locked out of my db. (Code Below)
I also have the VBA Editor password protected so I can not import the forms
and modules into blank db. Any suggestions to get back in?
db.Properties("StartUpShowDBWindow") = False
db.Properties("StartUpShowStatusBar") = False
db.Properties("AllowSpecialKeys") = False
db.Properties("AllowBuiltInToolbars") = False
db.Properties("AllowFullMenus") = False
db.Properties("AllowShortcutMenus") = False
db.Properties("AllowToolbarChanges") = False
db.Properties("AllowByPassKey") = False
down again on close. I always leave the ByPassKey property set to true so I
can get back in by holding down the shift key. However, I got copy/paste
happy and set it also to False and now am locked out of my db. (Code Below)
I also have the VBA Editor password protected so I can not import the forms
and modules into blank db. Any suggestions to get back in?
db.Properties("StartUpShowDBWindow") = False
db.Properties("StartUpShowStatusBar") = False
db.Properties("AllowSpecialKeys") = False
db.Properties("AllowBuiltInToolbars") = False
db.Properties("AllowFullMenus") = False
db.Properties("AllowShortcutMenus") = False
db.Properties("AllowToolbarChanges") = False
db.Properties("AllowByPassKey") = False