Quote:
Originally Posted by healdem
heck he could edit the column in the recordset that retrieved the password.
|
I believe that's exactly what's being done:
Me.lngEncrpytion_Password = ![Password]
.Edit
![Password used] = True
.Update
The first line gets the password, the next 3 edit the other field. I grant you that the .MoveNext is confusing, and shouldn't be in there. It may even cause an error. There is no loop.