Dec 19, 2005 #1 OccasionalCoder Technical User Sep 26, 2005 36 US This is probably pretty basic stuff, but as a return from a query I get a list of numbers like 0.7967. How do I display this as a 79.6%? Thanks
This is probably pretty basic stuff, but as a return from a query I get a list of numbers like 0.7967. How do I display this as a 79.6%? Thanks
Dec 19, 2005 #2 ecobb Programmer Dec 5, 2002 2,190 US Multiply it x 100. Hope This Helps! ECAR ECAR Technologies http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher Upvote 0 Downvote
Multiply it x 100. Hope This Helps! ECAR ECAR Technologies http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher