JB said:
Is there a way to show the 1000s separator (comma) in a custom number field?
JB,
No problem. Just use the Format function. For example,
Format([your value],"#,###").
For more information on formatting, I suggest you look up, "different
formats for different format values" in the VBA help file. There is a
page in the regular Project help file for Project functions (including
the format function), but in my opinion it isn't very useful. It does
give the syntax, but nothing else.
Hope this helps
John
Project MVP