password (1 Viewer)

shadowraven

Registered User.
Local time
Today, 02:52
Joined
May 14, 2002
Messages
75
I might have asked before im not sure but I have a database with a password change script built in it the problem is it wont change the password.
Here are the areas I think are involved

qryUpdateUserPassowrd
frmUserLogonNew1

:confused:

I can email you database I need help asap
 
Last edited:

shadowraven

Registered User.
Local time
Today, 02:52
Joined
May 14, 2002
Messages
75
password update

I will attach the code for my database so you can look at it.
 

Attachments

  • new text document.txt
    2.3 KB · Views: 128

Fizzio

Chief Torturer
Local time
Today, 02:52
Joined
Feb 21, 2002
Messages
1,885
The code in the txt file looks OK except

stDocName = "qryUpdateUserPassowrd"

is this a typo?

If not, try opening the password form frmUserLogonNew1 then running the update query manually to see if it changes the data in the table. If not, look closer at your query and if you are still stuck, post the SQL of your query.

HTH
 

Users who are viewing this thread

Top Bottom