Hi everybody,
I have this line of code but
I get a syntax error (missing operator)in query expression

Can somebody please tell me what I am doing wrong

rs.Open "SELECT * FROM SupAct where InDate < " & Now() & ";"
Thanx