Question
ASP - how to put comma in DW
hii there
using ASP and MS Access
I am retrieving data from a number field like - "89000"
this field stores the price of the product
I wouuld like to put a comma after 2 digits like 89,000
and would like to put comma after 3 digits like 485,000
teh recordset when receives the data only pull the complete text in the row
how can i put a comma after i receive from the data something like this
89,000 or 485,000 etc.
thanks
using ASP and MS Access
I am retrieving data from a number field like - "89000"
this field stores the price of the product
I wouuld like to put a comma after 2 digits like 89,000
and would like to put comma after 3 digits like 485,000
teh recordset when receives the data only pull the complete text in the row
how can i put a comma after i receive from the data something like this
89,000 or 485,000 etc.
thanks
