G
Guest
I am developing a turnkey database for a client. The issue is that over time my client will have to add new users to the database. The only way (that I can see) to add a new user in code is to use the .Append method on the Users collection. When this is performed by a user that is not member of the Admins group the action is denied due to lack of permission. I don't want anyone but myself (developer) to be part of the Admins group since I believe my design could be modified. My question is, how can I add users (in code) without being a member of the Admins group. Any light on this subject would be greatly appreciated. Thanks!!!