Hi just wondered if any of u cud have a look at this sql and tell me whats wrong with it?
It doesnt seem to be working...
many thanks
It doesnt seem to be working...
Code:
sql2 = "UPDATE Users SET Users.[Password] = '" & newpassword & "', Users.[Password expiry] = #" & DateAdd("d",90,Now()) & "# WHERE (((Users.[Login ID])='" & login & "'))"
many thanks