I have a question, I have user entering in numbers on a form into a text box. Say the user enters 500.00 in one textbox and 510.00 in another. Now I want to add the numbers together and I want the output to look like $1,010.00. I do I get the output to have the thousands separator if the total is calls for one?

Thanks in advance