Hello,
I am trying to to convert a number to a 'Standard' Format, example: 1234 = 1.234
However, when i use the code below i still get 2 decimals.
And when i use this code i get a non formatted number + ',' at the end
I would appreciate any help 
I am trying to to convert a number to a 'Standard' Format, example: 1234 = 1.234
However, when i use the code below i still get 2 decimals.
Code:
Format([TachostandLookup], "Standard")
Code:
Format([TachostandLookup], "#.####")
