K Kevin S. Jan 26, 2004 #1 Any way to set a user account password by using a form? If possible, how can I get the user names too? thanks kevin
Any way to set a user account password by using a form? If possible, how can I get the user names too? thanks kevin
T TC Jan 26, 2004 #2 To change passwords, check out the NewPassword method in online help. To get all the usernames in the current workgroup file: dim u as user for each u in dbengine(0).users msgbox u.name next HTH, TC
To change passwords, check out the NewPassword method in online help. To get all the usernames in the current workgroup file: dim u as user for each u in dbengine(0).users msgbox u.name next HTH, TC