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?
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.
> 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?