Access 2013 form field value gets cut off on changing the number before the point
问题 Recently I created a form which loads some records from an SQL (linked) database. I want to display some field values (which are decimal numbers - 30,2 in the sql server). The values are loaded in the form and displayed with a comma for the decimals and a point as a 1000 separator like this: 5.222,55 . (Language settings on the computer). Though the thing is, when I change the 5 before the point into any number then the value gets truncated and it sees the point as the decimal separator. So