Hi.
Why is this DAO line producing error 3077 (Syntax error in number in
expression)?
rst.FindFirst "ValidFrom = " & DateValue(varDa te)
rst is a defined recordset
varDate is a valid date.
ValidFrom is a valid field of the underlying table.
This line works!
rst.FindFirst "ValidFrom = #01,01,2000#"
TIA
--
Georges
Why is this DAO line producing error 3077 (Syntax error in number in
expression)?
rst.FindFirst "ValidFrom = " & DateValue(varDa te)
rst is a defined recordset
varDate is a valid date.
ValidFrom is a valid field of the underlying table.
This line works!
rst.FindFirst "ValidFrom = #01,01,2000#"
TIA
--
Georges
Comment