Thank you all for your help on this.
I have decided to take the UNION approach but have been having some problems over the weekend trying to create this as there are so many calculations involved.
I have been using the following code, but the results are not displaying as i would expected....
Code:
SELECT Tbl_Supplier.[Supplier Name], Sum(Nz(Tbl_Contract_Maintenance.[Value of Contract],0)) AS [Value
Leave a comment: