help needed to protect the TABLE !!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my application i save user name and password in a table
how can i stop user editing the password
(but user can not go in to tables i already off the shift method)

but i am afraid could u please help in this issue


thanks
 
Why are you storing user names and passwords in a table?

Access has built-in security that you can set up. Instead for reinventing
the wheel, just implement user-level security. You can then protect each
object by either user or user group and specify what access each one has.

Read the hundreds of previous posts on the topic of ULS if you need more
details.
 
You have no hope of doing that. Someone could simply create a new
database, then link to the tables in your database. Then they can view,
edit, add to or delete your data, without any restrictions at all.

HTH,
TC
 
Back
Top