Hi,
My Db has a linked table, to another Db that is password encrypted. When i try and use the following code
I get the error
Run time Error '3031'
Not a valid password
Is there any way to pass the password through in the code when peforming the Dmax?
thanks
My Db has a linked table, to another Db that is password encrypted. When i try and use the following code
Code:
mx_Check = DMax("MatrixNo", "Matrixresults", "rollno = " & [txt_po])
Run time Error '3031'
Not a valid password
Is there any way to pass the password through in the code when peforming the Dmax?
thanks