Hi,
In outputting a currency type field in my Access database Im having some trouble. A value that looks like $5.00 in Access looks like 5.0000 on my page when i output it. Any ideas? (in access ive set the decimal places to 2)
Returns number as a string formatted with two decimal places, thousands separator, and dollar sign. Parentheses are used if number is negative. Dollarformat returns strings in the U.S. dollar format.
Syntax
Dollarformat(number)
number
Number being formatted.
Examples
<!--- This example shows the use of Dollarformat --->
<HTML>
<HEAD>
<TITLE>
Dollarformat Example
</TITLE>
</HEAD>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.