0

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?

4
  • What is the type of the underlying field ? Commented Sep 1, 2021 at 15:20
  • The type is number Commented Sep 1, 2021 at 15:34
  • 1
    What number size - Integer, Double, Long Integer? Make sure it is Double. Or use a Yes/No field. Or even more informative would be date/time CompletionDate. Why 0.5 for False? Commented Sep 1, 2021 at 17:13
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Sep 5, 2021 at 10:14

1 Answer 1

1

How can I get the 0.5 to show in the field?

Change the data type of the field from Integer or Long to Double.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.