A
amyhens80
Guest
Dear Experts,
I am searching the net for a response to my problem but no result;
I have 1 BD access (Facture) in witch there is 2 tables (Entete_Facture and Detail_Facture) with a relation in Field (Numero_Fac).
It is very easy to use "INNER JOIN" to do a Query (Facture_with_date) fusionning the 2 tables, But I want to add to this query another column : " SUM(Qte_Article) GROUP BY Code_Article " as below:
The SUM of Quantity must be also depending by date, then the SUM must chage if I want to print N reports ;
- the first from 01/01/2006 to 31/03/2006
- and the second from 12/04/2006 to 30/04/2006.
- ...etc
Thanks.
I am searching the net for a response to my problem but no result;
I have 1 BD access (Facture) in witch there is 2 tables (Entete_Facture and Detail_Facture) with a relation in Field (Numero_Fac).

It is very easy to use "INNER JOIN" to do a Query (Facture_with_date) fusionning the 2 tables, But I want to add to this query another column : " SUM(Qte_Article) GROUP BY Code_Article " as below:

The SUM of Quantity must be also depending by date, then the SUM must chage if I want to print N reports ;
- the first from 01/01/2006 to 31/03/2006
- and the second from 12/04/2006 to 30/04/2006.
- ...etc
Thanks.
Last edited: