I have two tables, [ActualSales] and [ActualPayment].
They are both have 3 columns,
[ActualSales] contains: "Date", "InvoiceNo", "SalesAmount"
[ActualPayment] contains: "Date", InvoiceNo", PaymentAmount"
I tried building a linked Date table and a linked Invoice table and hoping to connect and...