Hi
Please can anyone help.
I get the following error when trying to excute the code below
"Run-Time Error 2645
Microsoft Access can't find the field '|' referred to in your expression"
Below is the code
Private Sub Command111_Click()
Me.Encrpytion_Password = DLookup("[Password]", "[Tableencryptionpassword]", "[EncryptionID] = " & Nz([EncryptionID], 0))
End Sub
I have checked the spelling of the all the fieldnames and they are correct.
Any help would be much apprecitaed.
Thanks