Greetings
I have this script that creates a column in my table called s/b, how can I format this script to show up as currency.
RSV S&B: Sum([Per Capita Spent]![Salary])
v/r
Novice
Greetings
I have this script that creates a column in my table called s/b, how can I format this script to show up as currency.
RSV S&B: Sum([Per Capita Spent]![Salary])
v/r
Novice
You can use format to show up as currency.
For example:
Format ("1267.5", "Currency") would return '$1,267.50'