doco
12-31-2007, 03:50 PM
rsConfirmLetters.FindFirst "instrument_# = '" & szDeed & "'"
The value of szDeed is "070458" which is an actual document number. When running the code above I get this absurd error:
Run_time error '3077':
Syntax error in date in expression
Evidently Access believes the value '070458' is a date and it is not. It comes from a table column data type text.
What does it take to convince Access this is text and not date? :mad:
TIA
The value of szDeed is "070458" which is an actual document number. When running the code above I get this absurd error:
Run_time error '3077':
Syntax error in date in expression
Evidently Access believes the value '070458' is a date and it is not. It comes from a table column data type text.
What does it take to convince Access this is text and not date? :mad:
TIA