access97 multi-user security

  • Thread starter Thread starter danny
  • Start date Start date
D

danny

Hey,

I have a database which will have a user with read
permissions only. This user login is going to be used by
more than one person so I need a way for the users to not
be able to change the passwd once they log in the
database. What can i do here to prevent this?

Thank for the help.

Danny
 
Most people would never be able to find where the password change screen is.

You could build your application so that the menus are hidden and can't be
modified.

I think a very savvy user would be able to get around this, but there is not
much you can do to stop someone if the really want to do it.

One option would be to tell the users not to ever change the password. :-)


Rick B


Hey,

I have a database which will have a user with read
permissions only. This user login is going to be used by
more than one person so I need a way for the users to not
be able to change the passwd once they log in the
database. What can i do here to prevent this?

Thank for the help.

Danny
 
Back
Top