Hello VB users,
Is there a possibility to prevent reading / writing a field in a Access table by user/pasword.
if yes how do I create seach possibility? (source!?)
Thanks for any help.
Michelle.
Printable View
Hello VB users,
Is there a possibility to prevent reading / writing a field in a Access table by user/pasword.
if yes how do I create seach possibility? (source!?)
Thanks for any help.
Michelle.
Try setting a password to the access db then pass the password to the database at runtime.. It depends witch method your using to connect to access...
in access under tools-security you can set up user groups and passwords.. Use your data control to pass the username and password to the access that you want them to have.
Hope this helps
Brooke