Adding User Programmatically

S

Steve Voorhees

I have seen news articles which show VB Code for adding a user
programmatically.
My question is... How would you do this using a form, such as you can with
the changing of a password?
 
R

Ronald Dodge

You may want to check out the SECFAQ document by Microsoft as it has a
section dedicated to just this. It's Section 38, page 34 in the word
document. The code you looking for is more than likely on page 35. Note,
it not only create the user, but also put it in the "Users" group so as the
user can open Access.

http://support.microsoft.com/?kbid=207793
 
S

Steve Voorhees

I have created the particular code listed in a Global Module, but I am unsure
how to have that code called by a button on the switchboard. Any suggestions?
 

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