I enter currency or number data into a cell with comma separator, like this 5,250 or £5,250. The separator shows up correctly in the access table.
When I pull this out from a .asp recordset the comma is not there, just get 5250
When I test the SQL statement in dreamweaver the comma is also not shown.
How do I get the comma separator to display ?
It works ok if I enter as text or memo, but I want to sort on price ascending which means entering as a number or currency.
Thanks in advance