Greetings,
My apologies, for I am still a novice in all of this. I have a small issue happening when I'm creating a query though MS Query.
SELECT Accounts.PurchaseDate, Sum(MasterPayments.PaymentAmount) AS 'Sum of PaymentAmount', Ownership.OwnerName
FROM E.dbo.Accounts Accounts...