Replace a number with text string in report

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

Guest

How do I replace a number value with a text string in a report? The cell
format is set to numbers so that it sorts properly, but instead of printing
"0" in my report I want it to display "NB". Any ideas?
 
Set the Format property to something like:
#,##0.00;(#,##0.00);"NB";"Null"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top