I have 3 tables .
1.Customers Table(CustomerID,CustomerName)
2.SalesTable(SalesChannel,CustoemrID,SalesID)
3.TransactionTable(SalesID,UnitsSold,TotalAmount,SellingDate)
Now i need the Total units sold and total amount for every month of each customer? Please help me with this situation?