I get a data type mismatch when I run the following in a query:
Int: DLookUp("[amttxn]","fhlb_activity","[effectiveDate] = " & [effectiveDate] & " and [loan_no] = " & [loan_no])
It has to be something simple but I can't figure it out. Any help?
Int: DLookUp("[amttxn]","fhlb_activity","[effectiveDate] = " & [effectiveDate] & " and [loan_no] = " & [loan_no])
It has to be something simple but I can't figure it out. Any help?