purtroppo mi da questo errore:

ODBC Error Code = 37000 (Syntax error or access violation)


[Microsoft][Driver ODBC Microsoft Access] ), ] o | mancante nell'espressione della query '( (year(DataOrd) < 2004 OR (year(DataOrd) = 2004 AND Month(DataOrd) <= 9) )'.


SQL = "select * from storing where ( (year(DataOrd) < 2004 OR (year(DataOrd) = 2004 AND Month(DataOrd) <= 9) )"