Hi Pat, Thanks for that answer which I've been able to do something with
SELECT CompanyCode, [InvDate], [Order Value]
FROM QryFSI
UNION ALL
SELECT CompanyCode, [RecDate], [Amount Received]
FROM QryFSR;
This works quite nicely but I think i need to redesign my Db to have, as you say, all the...