Provade det... då fick jag felmeddelande
You tried to execute a query that does not include the specified expression 'datum' as part of an aggregate function.
QL = "SELECT kolumn1, kolumn2, kolumn3, askadare " &_
" FROM match where askadare in ( select max(askadare) " &_
" from match WHERE typ = 'traning' AND hlag = 'Albinoleffe')"