I am trying to multiply a quantity(integer) field in my recordset times a 
currency field in my recordset to display the amount in my web page.  Will
someone please tell me what I am doing wrong?  Here is my code:

strAllProducts_table = strAllProducts_table & "<td align='right' valign='middle' 
name='donation_amt'>" & (rs("product_qty") *
rs("product_donation_amt")) & "</td>" & vbCRLF

I get my total but not displayed with the .00 only as a whole number.

Any help would be appreciated.  Thanks!
 

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to