expression add "%" sign

jamest85

Registered User.
Local time
Today, 04:42
Joined
Jan 20, 2008
Messages
52
Hi:
I have a query, I will add a extral coloum expression like:
% of Boys: ([numOfBoys]*[numOfTotal])/100

Now I want to show the result like this:
% of Boys:
30%
40%
...

I want add the sign of " %" hehind the number.

How can I do this?

Thanks

JT
 
% of Boys: FormatPercent([numOfBoys]*[numOfTotal])
 
GladWeCouldHelp.png
 
Simple Software Solutions

Bob

You have returned the compliments regarding unknown tips. I did not know about the FormatPercent() function. This will come in handy, thanks.

CodeMaster::cool:
 

Users who are viewing this thread

Back
Top Bottom