Hi Kennedy,
Many thanks for your help.
Your query is usefull but I need a simple query similar to this:
SELECT T0.Itemcode, T1.Itemname, T0.Amount 'Scatola Pz.', T0.price 'Prezzo Scontato €' from SPP2 T0 INNER JOIN OITM T1 ON T0.itemcode=T1.itemcode where T0.cardcode='*2'
adding the possibility to show 'SPP1.FromDate' and 'SPP1.ToDate' because above query not shows this information.
I
Showing FromDate and ToDate will be perfect. Could you help me?.
Regards,
Marco