Thanks John, I have appreciated your help.
Yes, I did try that and it solved the problem after mucking around with access
In my database I have the price 59.50
Well... nitpicky, but in fact you don't. You have the price stored in
a currency field which is a 64-bit binary scaled integer. It may be
DISPLAYED as 59.50 but those characters are not what is stored in the
table.
In design view I have the datatype set to standard with decimal places set to 2 (as per
previous NG posting advice)
When I view my webpage the price shows as 59.5
Set the Format property of the webpage textbox. I haven't worked much
with webpages so I'm not absolutely sure how one would do so, but if
there's a Format property set it to #.00 or to $#.00.
John W. Vinson[MVP]