jmccullough
Registered User.
- Local time
- Today, 09:48
- Joined
- Jul 30, 2007
- Messages
- 24
I need to calculate the number of days divided by 180 times the number of Units and have it return a number with 7 decimal places. My calculation keeps dropping the decimal places.
As an example, I have two (2) fields in my table:
Field Name Data Type Field Size
Units Number Double
Days Number Double
For my example I will use the following:
122 days 9 Units
My calculation in my query is (122/180)*9 it returns 6.1 and I need it to return 6.0999993
I hope this makes sense. Using access 2010. What am I doing wrong? Any help please.
As an example, I have two (2) fields in my table:
Field Name Data Type Field Size
Units Number Double
Days Number Double
For my example I will use the following:
122 days 9 Units
My calculation in my query is (122/180)*9 it returns 6.1 and I need it to return 6.0999993
I hope this makes sense. Using access 2010. What am I doing wrong? Any help please.