currency symbol

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

Guest

How do I have the currency symbol displayed in my text box? I have the
currency symbol in the table and when I display that into a text box, the
currency symbol ($) is lost.

Please help
 
I assume you are talking about doing this in a form? You don't specify.

Have you set the "Format" of the field to "currency"?
 
Yes I am talking about in a form. I did set the format of the field to
currency and saved it. Also if I had a price of 148.70, when it appears in
the text field, I only get 148.7.
 
Perhaps you set the Format property of the field (in the table) after you
had created the form? In that case, you may need to set the Format property
of the text box on the form manually.
 
Back
Top