New User Account

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top