J
Jesper F
I have this SQL:
Set rs = db.OpenRecordset("SELECT tbl.* FROM tbl WHERE
((tbl.field) = DateAdd("d", 7, Date())
apparently the syntax is not accepted. Can I have a
dateadd in SQL? Specifically it's the quotes that cause
the problem.
Set rs = db.OpenRecordset("SELECT tbl.* FROM tbl WHERE
((tbl.field) = DateAdd("d", 7, Date())
apparently the syntax is not accepted. Can I have a
dateadd in SQL? Specifically it's the quotes that cause
the problem.