N
Number Cruncher
I want an administrator to lock and unlock a database by enabling and
disabling the shift key via the property "AllowByPassKey". I have used the
code
db.Properties("AllowByPassKey" = False) - or
db.Properties("AllowByPassKey" = True)
It is working great.
Before the Administrator leaves the database, I want the condition of the
ByPass property to be able to be displayed on a form so that the
admininstrator can readily see the state of that property.
How would I go about retrieving the current condition of that propery and
showing it on a form?
Thanks much!
disabling the shift key via the property "AllowByPassKey". I have used the
code
db.Properties("AllowByPassKey" = False) - or
db.Properties("AllowByPassKey" = True)
It is working great.
Before the Administrator leaves the database, I want the condition of the
ByPass property to be able to be displayed on a form so that the
admininstrator can readily see the state of that property.
How would I go about retrieving the current condition of that propery and
showing it on a form?
Thanks much!