Problem solved - 2 remaining questions
Hi,
thank you very much for your replies. Actually it was a combination of various things. This SQL request works:
SELECT T.Ticker, S.Name, X.qCl
FROM tblTransactions AS T, tblTradedSecurities AS S
(SELECT Q.qTicker, Q.qCl
FROM tblQuotes AS Q...