Overiding user msaaccess database user rights via vba code

G

Guest

Hi
1
Although CURRENT user DO NOT have read right in an msaccess database, I want my code to temporarily read/writ
a restricted linked table. How can I do it via the code assuming of course that I know the username and
password of a user who HAS full rights
2. Can I restrict read rights to a certain field ,not table, in msaccess database

thanks
aviby
 
J

Joan Wild

Aviby said:
Hi,
1.
Although CURRENT user DO NOT have read right in an msaccess database,
I want my code to temporarily read/write a restricted linked table.
How can I do it via the code assuming of course that I know the
username and password of a user who HAS full rights.

See section 46 of the security FAQ
http://support.microsoft.com/?id=207793
2. Can I restrict read rights to a certain field ,not table, in
msaccess database.

Not directly in a table, no. You would (and should) have all data
access/editting done via forms. You could then display/enable/lock this
field depending on the user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top