Hi David,
One of two methods:
1. Change the output of the of the results to use VB script
<% =FormatNumber(FP_RS("fieldname"),2) %>
2. Use a custom SQL query string
SELECT FormatNumber([Sales],0) AS Amount
FROM orders;
--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 Released Special Pricing
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
David Carpenter said:
Is there an easy way to format a number in a Database Results Table? For
example, I'd like 94.6666667 to display 'rounded' as 95.