Hello i am trying to encrypt data in my database. the problem is that once its encrypted its not saving into the table. heres the situaton: The user fills in the field on the form the encrypt function is called encrypting the data. how do i send what is generated from the encryptor to the field to be saved in the table. right now it displays that it is being encrypted via msgbox but it is not saving to the table, the original data vaule is.
thanks.