G
Guest
I have the following code
rstAmort.FindFirst "[LoanNumber] = " & Str(Nz(Forms![Loan
Information]!LoanNumber, 0))
but get "Data Type Mismatch in criteria expression" Runtime error 3464"
I've checked the data types for both the variable and for the field and they
are both Type 8...so... where's the mismatch.... possibly in the 0 (zero) at
the end of the expression?
rstAmort.FindFirst "[LoanNumber] = " & Str(Nz(Forms![Loan
Information]!LoanNumber, 0))
but get "Data Type Mismatch in criteria expression" Runtime error 3464"
I've checked the data types for both the variable and for the field and they
are both Type 8...so... where's the mismatch.... possibly in the 0 (zero) at
the end of the expression?