I have a Completed field in Access that is a number data type. The number in this field is 1 for all records unless the record has a status of "Cancelled". In this case the number is to 0.5.
However, when I input the 0.5 value, Access rounds the number to 0. I tried updating the format to Format([Table].[Field Name]),"Fixed"), but the values of 0 and 1 continue to show, not 0.5.
How can I get the 0.5 to show in the field?