Modifying security using Sql

Rob.Mills

Registered User.
Local time
Yesterday, 22:28
Joined
Aug 29, 2002
Messages
871
Is it possible in access to modify user permissions with SQL?
 
Pat Hartman said:
No. SQL can only be used against tables. You will need to write VBA to manipulate the Access object model.

Actually, I found out since I created this thread, that you can but you have to execute the sql through ADO. Why, I don't know, but it did work.
 

Users who are viewing this thread

Back
Top Bottom