S
Silvester
Hi,
I have a simple billing app with 2 normalised tables.
1. ItemDetails
with details of ProductID, ProdDescription, etc
2. Transactions
with ProductID, SaleQty, SaleDate, Cashier
I need a summary report with a FROMdate and a TOdate that the user can
select. The report will be grouped by ProductID with ProdDescription,
SaleQty, SaleDate, Cashier.
Can someone please help me with sql including the INNER JOIN and WHERE
between FROMDATE AND TODate clause.
I have been able to get the report to work fine with a simple inner join but
the where between FromDate and ToDate is giving me problems when added.
Do I need to use querydef ?
No air code, pls !
Thanks very much for the help.
How can
I have a simple billing app with 2 normalised tables.
1. ItemDetails
with details of ProductID, ProdDescription, etc
2. Transactions
with ProductID, SaleQty, SaleDate, Cashier
I need a summary report with a FROMdate and a TOdate that the user can
select. The report will be grouped by ProductID with ProdDescription,
SaleQty, SaleDate, Cashier.
Can someone please help me with sql including the INNER JOIN and WHERE
between FROMDATE AND TODate clause.
I have been able to get the report to work fine with a simple inner join but
the where between FromDate and ToDate is giving me problems when added.
Do I need to use querydef ?
No air code, pls !
Thanks very much for the help.
How can