Text Box on a report

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

Guest

I have a text box on a report that prompts the user to enter a Dollar amount.
It is formatted for currency, but when the user types for eg: 150, the
figure does not convert to currency. Is there any way around this?

Thanks for any help
 
I have a text box on a report that prompts the user to enter a Dollar amount.
It is formatted for currency, but when the user types for eg: 150, the
figure does not convert to currency. Is there any way around this?

Thanks for any help


Try using CCur([FieldName]) (converts number to currency).

Regards,
Branislav Mihaljev
 
Back
Top