You are using the integer division operator "\". Try using the standard
division operator "/".
Integer division only returns whole numbers.
'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
I tried that but no luck. Could it have something to do with my calculated
field?
This is what's in the calculated field on my query:
Total: Sum([UnitsDisbursed]\Products.QuantityPerUnit)
Jerry Whittle said:
Set the number fields to Double. That will allow decimals to be stored. Of
course that doesn't mean they will show up in the query that way. You may
need to format the returned data especially if you want 0's to show up when
there aren't any decimals stored for that record.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
:
I have a query that I would like to show two or three decimal places on a
field. What data type should I be using on my tables properties to be able
to show this? My fields are not currency fields. Any help would be
appreciated.
Thanks