Likely the server on which ASP is running has different Regional Settings
than the computer where Access is running.
Try explicitly formatting the numbers.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"aa" <> wrote in message
news:...
> when I ourput data from Access, numbers bigger than 999 are shown with
> letter "B" inserted into the 4th position left to the coma. (in my w2k
> regional settings I have the decimal dot separator set to "." and digit
> group separater set to nothing. In Access the number are shown with "." as
> decimal separator, but for some reason ASP used "," instead)
> Say, 3000,00 is shown as 3B 000,00
> Why and how do I sort this out?
>
>