Forms

  • Thread starter Thread starter Lauren Pintauro
  • Start date Start date
L

Lauren Pintauro

I have a number field in my form (amt billed)- whenever I try to enter a
value with cents (e.g. 1252.50) and hit enter it rounds my number down to
1251.00) and it rounds up also (e.g. 1252.75 changes to 1253.00)

How can I fix this ?
 
Open the table in design view and check the properties of the field that text
box is bound to as it might be a number - long integer. If so, change to
number - single.
Otherwise check the format of the form text box.
 
Back
Top