L
Lin
I have a number of database applications used by many
users. I am the only developer so we often have problems
if a user has problems changing their password and I'm not
here to sort it out.
I'm trying to create one database that will allow an
administrator (who doesn't know anything about Access) to
reset these passwords.
Two options I'm looking at are:
1. DBEngine(0).Users(Me!ChosenUser).newpassword Me!
[OldPW], Me![NewPW]
but the DBEngine will look at the current database and I
need to be able to change it to the selected database.
or 2. Change the password field directly in the
MSysAccounts table in the system.mdw database, but this
says it's bound to a replication system column which I
can't find.
I'd really appreciate any suggestions.
Thanks
Lin
users. I am the only developer so we often have problems
if a user has problems changing their password and I'm not
here to sort it out.
I'm trying to create one database that will allow an
administrator (who doesn't know anything about Access) to
reset these passwords.
Two options I'm looking at are:
1. DBEngine(0).Users(Me!ChosenUser).newpassword Me!
[OldPW], Me![NewPW]
but the DBEngine will look at the current database and I
need to be able to change it to the selected database.
or 2. Change the password field directly in the
MSysAccounts table in the system.mdw database, but this
says it's bound to a replication system column which I
can't find.
I'd really appreciate any suggestions.
Thanks
Lin