Hi, I have some numbers from my DataBase and I would like to show them as a currency, I am using the command Response.Write "<td align=right>" & formatcurrency(rs("price")) & "</td>" But it doen't work, If I'm deleting the formatcurrency, it is workning. Does anyone habe any idea about it? Thanks,Elen