I can't get my bound textbox (number - fixed - 2 dec places) to q.

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

Guest

Help when I enter my number it keeps rounding - won't show my 2 decimal
places.
 
Help when I enter my number it keeps rounding - won't show my 2 decimal
places.

Sounds as though the field is an Integer or Long Integer Field Size.
By definition, an integer is a whole number (no decimals).
Change the field size to Double, or Single, or change the Field
Datatype to Currency.
 

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