I have this code in a module in Access:
CurrentDb.Execute "UPDATE Matchonyyyymm Set FirstDate = 'Y' WHERE MISSN = '" & fssn & "'"
The MISSN is a double data type in the table.
The fssn is a varient/double in the code. I get a data type mismatch on this line. Can anyone tell me what I'm doing wrong?
Thanks.
CurrentDb.Execute "UPDATE Matchonyyyymm Set FirstDate = 'Y' WHERE MISSN = '" & fssn & "'"
The MISSN is a double data type in the table.
The fssn is a varient/double in the code. I get a data type mismatch on this line. Can anyone tell me what I'm doing wrong?
Thanks.