Hi, I have an access DB that stores information. One of the columns stores encrypted information. I have made a vb program that can decrypt the information (I copy the encrypted date into txtIn and hit a cmdButton. It then decrypts it and displays it in txtOut. My question is, how can I decrypt the information so that it will display in the reports as well? I have about 200 rows that need displayed, each row containing an encrypted date that I dont want showing up in the report, but instead I want the decrypted value too. How can I do this?