SELECT Description,Id,Titre FROM Communiques WHERE Actif='3' AND Langue = '#attributes.Langue#' AND NOT Repertoire_No =#attributes.Repertoire_No# AND DB_Source=#attributes.Repertoire_No# AND Entree <= #CreateODBCDate("#now()#")# and titre is not NULL AND Entree >= #CreateODBCDate("#DateAdd("d","-90","#now()#")#")# ORDER BY Entree desc, Id desc;