|
-
May 10th, 2005, 08:22 AM
#1
Thread Starter
Hyperactive Member
VB Report
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?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|