Dec 19, 2005 #1 OccasionalCoder Technical User Joined Sep 26, 2005 Messages 36 Location 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 Joined Dec 5, 2002 Messages 2,190 Location 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
Dec 19, 2005 #3 imstillatwork IS-IT--Management Joined Sep 26, 2001 Messages 1,605 Location US Upvote 0 Downvote