Zero cutoff from currency in form text box

N

Novice05

I have currency being displayed in a form and need to know why when 148.90 is
supposed to be displayed, the text box only displays 148.9.
 
K

Ken Snell [MVP]

Tell us more about the form. What is the ControlSource of the textbox? What
is the RecordSource of the form? If a query, post the SQL statement of the
query.
 
Top