Limit number of decimal places displayed

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

I have a form based on a query that returns a column which is a "Single" type
of field. I'd like to limit the display in the form to 2 decimal places.
How can I do that? Thanks for any help.
 
Check out the Decimal Places property of the textbox that is displaying the
data.
 
Back
Top