R
rocco
Hello,
I need to manage users of a databases trough a class MyUsers. The database
will run on one pc only and users can change during operations. Each user
will have special rights to do something and will be denied to do something
else. Anytime users change i have to create a new user and to destroy the
last one by using the SET to NOTHING thing. Is there any way to know if a
class object exists so that I can set it to nothing? I know I can workaround
with On Error Resume Next, but I'm pretty sure there will be something more
elegant and appropriate.
Thanks.
I need to manage users of a databases trough a class MyUsers. The database
will run on one pc only and users can change during operations. Each user
will have special rights to do something and will be denied to do something
else. Anytime users change i have to create a new user and to destroy the
last one by using the SET to NOTHING thing. Is there any way to know if a
class object exists so that I can set it to nothing? I know I can workaround
with On Error Resume Next, but I'm pretty sure there will be something more
elegant and appropriate.
Thanks.