rounding in report

  • Thread starter Thread starter stephendeloach via AccessMonster.com
  • Start date 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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top