Grrr. I don't WANT Access to round off to the nearest whole number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

So how do I make it display the number 4.78 without rounding up to 5 or (if I
set the input mask to #.##) to 5.00???
 
Which data type and Field size do you have for the Field in the Table?

If you use Field Size Byte or Integer or Long, the Field sizes can only
store whole number and Access will automatically round the input to the
nearest whole number.

BTW, check Access Help for the differences between Format and InputMask. I
think you might have got the 2 properties mixed up.
 

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