Hi,
I read a lot of topics about this via Google but I have not find the solution of my problem.
So, I am writing a SQL request with VBA and dates are the problem. Below a working code :
Qry_Where = " WHERE " & _
"(Table1.[" & Champ_Date & "] > Table2.[" & Champ_Date & "] " &...