Decimals in database results

  • Thread starter Thread starter MAB
  • Start date Start date
M

MAB

I found a previous post about formatting decimals within
database results. I believe the code was
<%=FormatNumber(recordset("fieldname"),0)%>

My question is where does this go?

Thanks ...
 
On the page where you want to display the item.

recordset is the name of your recordset, i.e., fp_db, etc.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top