Hi and thanks for the reply.
I have tried that previously, and just tried again, but is still returns multiple entries for each card, the sql looks like this:
SELECT Max(Transactions.LOGDATETIME) AS MaxOfLOGDATETIME, Transactions.CARDNUM, Transactions.LEDGERBAL
FROM Transactions
GROUP BY...