G
Guest
I have a successully setup user-level security database and up to now have
not required users to use a password. In other words as Admin, I did not set
a password initially. I'd like to change that now. If I use the newpassword
method, then how do I control it's execution? I'd like the code to work that
if the oldpassword is blank, then prompt the user to enter a passwrod and run
newpassword to create it password. Otherwise don't run the code since the
password is set.
If I don't do this check and just make the newpassword method part of my
initialization code then it will appear every time the user logs in.
I haven't been able to find a solution anywhere in this or other newsgroups.
I have a lot of users (40 or more) so manually going in and doing it is not
acceptable. I suppose I could run the newpassword method on all users in VBA
but that would set a common password, or I'd have to keep track of a random
password the code generates for each user then send it to that user, again a
lot of work.
Am I missing something?
not required users to use a password. In other words as Admin, I did not set
a password initially. I'd like to change that now. If I use the newpassword
method, then how do I control it's execution? I'd like the code to work that
if the oldpassword is blank, then prompt the user to enter a passwrod and run
newpassword to create it password. Otherwise don't run the code since the
password is set.
If I don't do this check and just make the newpassword method part of my
initialization code then it will appear every time the user logs in.
I haven't been able to find a solution anywhere in this or other newsgroups.
I have a lot of users (40 or more) so manually going in and doing it is not
acceptable. I suppose I could run the newpassword method on all users in VBA
but that would set a common password, or I'd have to keep track of a random
password the code generates for each user then send it to that user, again a
lot of work.
Am I missing something?