I've got a simple form showing the fields of a query that lists the contents of a table 1:1. Access handles everything.
One of the fields is a number. When I want to insert a -new- record and use a number like 0,9 or 22,6 I get the error message mentioned in the subject. 22,0 goes fine. (My decimal point is a comma).
Once a record exists it is no problem updating the number to one with decimals, like 22,6.
Why would the insert treat the comma like a separator or something like that? And what can I do about it?
One of the fields is a number. When I want to insert a -new- record and use a number like 0,9 or 22,6 I get the error message mentioned in the subject. 22,0 goes fine. (My decimal point is a comma).
Once a record exists it is no problem updating the number to one with decimals, like 22,6.
Why would the insert treat the comma like a separator or something like that? And what can I do about it?