help on encrypting fields in table

rob.low

Access Nutter
Local time
Yesterday, 22:37
Joined
Dec 27, 2007
Messages
96
hi there

what i am trying to acheve is to ..
when my splash screen opens it runs a code or calls a function to decrypt my table and when the main page closes it does the same but encrypts the table.

i have only 1 table with 1 date field in it

i have searched the forum and seen some examples but cant get my head around them so if possable could someond help me acheve this

thanks for looking at my post :)
rob
 
a date is actually stored as a number (double)

so you could have some decrypt encrypt routine that processes the number in some way known by you to change it into a date (expiry date?). alternatively change the date into a string, and transform the string in some way

its unlikely that anyone would guess what you are doing to it.
 

Users who are viewing this thread

Back
Top Bottom