Being unsure of where to post this, I posted it another group and I was guided to post my inquiry here... so HELP?
I hope this is easy and I hope I explain it properly... as I am a novice.
I have the following code on my ASP page and it works, but the value does not show the $ from the Access Database or the 2 decimals.
I have the field set to Currency using the dollar sign and the format is set to 2 decimals but when I pull with my ASP form the Access database it shows no information if its .00 cents and if its 5 decimal places it shows them all. This is a price list and it should show as follows for example: $36.45 and not 36.457945
Or if its $36.00 it should not show just 36 I need all output in dollar to show the dollar sign and force 2 decimal places whether .00 or .46
Here is one of the lines of code.. is there something I can add to do this?
<td class="maintitle_2"><p align="center"> <%= objRSsearch.Fields("lcd_std_tax_cost").Value %></p></td>
Thank you in advance
LadyCK3
aka: Laurie
I hope this is easy and I hope I explain it properly... as I am a novice.
I have the following code on my ASP page and it works, but the value does not show the $ from the Access Database or the 2 decimals.
I have the field set to Currency using the dollar sign and the format is set to 2 decimals but when I pull with my ASP form the Access database it shows no information if its .00 cents and if its 5 decimal places it shows them all. This is a price list and it should show as follows for example: $36.45 and not 36.457945
Or if its $36.00 it should not show just 36 I need all output in dollar to show the dollar sign and force 2 decimal places whether .00 or .46
Here is one of the lines of code.. is there something I can add to do this?
<td class="maintitle_2"><p align="center"> <%= objRSsearch.Fields("lcd_std_tax_cost").Value %></p></td>
Thank you in advance
LadyCK3
aka: Laurie