I totally agree with Geoffrey. Jet and ACE are not very secure. If security is important then I would switch to an SQL server back end with Access as the front end.
It is very difficult to keep people out of viewing your tables directly. That is why I stated this at the bottom of the article in the link above:
Quote:
|
If you need to hide a table like user names and password you should also consider encrypting the data.
|
Since you said "... one particular table like password table ..." then I would encrypt the data in the password field.
Also be sure to set the input mask to
Password in the filed properties in the tale for the password field. This will make it display as *'s