Limit number of decimal places displayed

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.
 
K

Ken Snell \(MVP\)

Check out the Decimal Places property of the textbox that is displaying the
data.
 
Top