New User Account

S

SFCA

I have a database for manageing personnel files, and I have created basic
multiuser security. What I am trying to do is that if someone access the
database is to force the user to create a new account if not recognized. I
do not want the account created automatically, what I want is for the user to
fill out a request form and have it sent by e-mail for input by the
administrator. Thanks in advance.
 
K

Keith Wilby

SFCA said:
I have a database for manageing personnel files, and I have created basic
multiuser security. What I am trying to do is that if someone access the
database is to force the user to create a new account if not recognized.
I
do not want the account created automatically, what I want is for the user
to
fill out a request form and have it sent by e-mail for input by the
administrator. Thanks in advance.

I don't know for sure but I doubt it since you have to be logged in for code
to run and you need to run code to use the SendObject method to send an
e-mail.

The way I manage users and accounts is to have generic usernames (eg
"secretary") and control which users know the username and password. It's
also less of an admin overhead than having indivduals' names as accounts.

Keith.
www.keithwilby.com
 

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