knowledge base article 200665 change passwords

T

tw

I copied and pasted the code from the above knowledge base article exactly
as instructed with the exception of the SecurityCode Module. I already had
a module that held other security code so I pasted that code into the
existing security module name modSecurityFunctionsAndProcedures.

Then I compiled my project and I'm getting an error "Ambiguous name
detected: ChangeResetPassword" on the statement
Call ChangeResetPassword("Change", Me!txtUserName, _
Me!txtAdminUsername, Me!txtAdminPassword, Me!txtNewPassword)
in the form frmChangePasswords in the Private Sub cmdChangeAdmin_Click()
event. I checked the spelling to the spelling in the module and it is the
same. What did I do wrong? The article says to use Access 2000, and I'm
using Access 2002 is that the problem or is it something else?
 

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