Alright, I made a new table from the above query a bit modified (table in attachment)
SQL for the create table query:
SELECT CLng(Right(CStr([ItemDatabase].[Konto]),5)) AS CustomerId, ItemDatabase.Konto,
ItemDatabase.ItemDate, 0 AS StartingBalance, ItemDatabase.CustomerDebts...