B
Bob Howard
Hi...
I have a need to save some text record in a file external to Access. I
write them out, and read them back in again from different forms in my
Access application.
One of the records contains a password (nothing to do with Access --- it's
the user's SMTP password for the email system).
On the form, I capture the password using a field with a password input
mask --- so it's not readable on the form.
But after I write it out, it's then readable by someone simply using
Notepad.
IS there a little kernel of code I can use to scamble the password before I
write it out, and then another piece to unscramble it when I read it back in
again. Basically --- I want it scrambled on the text file.
This is A2K3 / VBA
thanks...
bob h.
I have a need to save some text record in a file external to Access. I
write them out, and read them back in again from different forms in my
Access application.
One of the records contains a password (nothing to do with Access --- it's
the user's SMTP password for the email system).
On the form, I capture the password using a field with a password input
mask --- so it's not readable on the form.
But after I write it out, it's then readable by someone simply using
Notepad.
IS there a little kernel of code I can use to scamble the password before I
write it out, and then another piece to unscramble it when I read it back in
again. Basically --- I want it scrambled on the text file.
This is A2K3 / VBA
thanks...
bob h.