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?
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?