I changed the table fields to single and decimal to 1.
It still don't change until I change from 10 to 10.6 gallons which it
will
indicate 27 from 30 mpg. Miles won't change until I go from 300.0 to
310.0.
which will indicate from 30 to 31mpg.
This is the formula I'm using in the query.
Expr1: +[Miles_Driven]\[Gallons_Purchased]
Any suggestions would be appreciated
Ken Snell (MVP) said:
Change the Field Size of the Gas purchased field to Currency or to Single
or
to Double. You're trying to store a fractional number in an integer
field;
won't work.
--
Ken Snell
<MS ACCESS MVP>
I have two field as Long Integer. Gas purchased and miles driven.
It calculates ok but rounds 10.5 gallons to 11. How can I set it up so
it
will calculate tenths of gallons and tenths of miles?
Thanks