Using format from Norway dd.MM.yyyy in my computer I've got syntax error when I try to get data from MS Access database. Query:
query = "SELECT * FROM DateTable WHERE StartDate BETWEEN #18.03.2016# AND #19.03.2016#"
If I change to other formats (my computer settings and in query) then everything is ok.
PD: I have the same problem using INSERT. Thanks