D
David Anderson
I am developing an Access 2000 application that is split into a front end
and a back end and makes use of User-Level Security. The whole thing will be
distributed to several users, who will each run it independently on their
own PCs (ULS is only exploited to enable identification of the user and
trigger some user-specific code).
When testing on my own PC, if I logon as one of the other users I get the
following error message,
"You do not have exclusive access to the database at this time. If you
proceed to make changes, you may not be able to save them later".
Am I right in thinking that I can ignore this warning, on the basis that my
users will never see it? If I wanted to trap this error, perhaps to
substitute my own error text, how would I do it? I'm familiar with error
trapping in form event code, but this error is triggered when the database
is opened, not by a form.
For reasons I do not yet understand, this error message never occurred a
couple of days ago, when I was testing user logons in an earlier version of
my application....
David
and a back end and makes use of User-Level Security. The whole thing will be
distributed to several users, who will each run it independently on their
own PCs (ULS is only exploited to enable identification of the user and
trigger some user-specific code).
When testing on my own PC, if I logon as one of the other users I get the
following error message,
"You do not have exclusive access to the database at this time. If you
proceed to make changes, you may not be able to save them later".
Am I right in thinking that I can ignore this warning, on the basis that my
users will never see it? If I wanted to trap this error, perhaps to
substitute my own error text, how would I do it? I'm familiar with error
trapping in form event code, but this error is triggered when the database
is opened, not by a form.
For reasons I do not yet understand, this error message never occurred a
couple of days ago, when I was testing user logons in an earlier version of
my application....
David