expedition
Requéte 1 :
SELECT ARTICLES.Libelle, LignesCommandes.DateExpedition, ARTICLES.Code_Famille
FROM LignesCommandes RIGHT JOIN ARTICLES ON LignesCommandes.IDReference = ARTICLES.Reference
WHERE (((LignesCommandes.DateExpedition)=Date()) AND ((ARTICLES.IdGamme)=1))
ORDER BY ARTICLES.Code_Famille;
No comments to display
No comments to display