Hey there
I want a textbox on a form, which encrypts itself when a certain user is using the DB.
The encrypted text is a vreditcard number, and I only want the last few numbers to be visible. I already figured out how I can 'detect' wich user is 'online,' But I don't know how top make text unreadable.
It's more or less the following thing.
creditcard number:
1234 5678 9012 3456 7890
I want some users to see it like this:
****-****-****-****-7890
How can I 'replace' text in a record with a *, without altering the data?
Plz help out, I only need the code to show as *'s, the rest, asigning the code to certain users, I already know...
Thanks in advance,
Dennis (Ironis
)
I want a textbox on a form, which encrypts itself when a certain user is using the DB.
The encrypted text is a vreditcard number, and I only want the last few numbers to be visible. I already figured out how I can 'detect' wich user is 'online,' But I don't know how top make text unreadable.
It's more or less the following thing.
creditcard number:
1234 5678 9012 3456 7890
I want some users to see it like this:
****-****-****-****-7890
How can I 'replace' text in a record with a *, without altering the data?
Plz help out, I only need the code to show as *'s, the rest, asigning the code to certain users, I already know...
Thanks in advance,
Dennis (Ironis
