jal, thanks, for a reply
I have tried Double - same story. The thing is that I indicate already that it should be 2 decimals (2nd screen shot).
Of course I could do SELECT Format(Sum([sum]),"0.00") AS sssum
FROM Appended;
But I do not think it a good solution because it would mean that I need...