rounding in report

  • Thread starter stephendeloach via AccessMonster.com
  • Start date
S

stephendeloach via AccessMonster.com

in my report the unitprice field is rounding up. in the form it is 833.33 but
in the report it is just 833.00? any suggestions?
 
Y

Yanick

Check your data type. (Integer is the default type when selecting Number as a
fieid in a table). You need the Double type to keep digit.
 
Top