Bill,

Thanks much for the help.  Your time is appreciatd.


> FormatCurrency(rs("product_qty") * rs("product_donation_amt"))
> 
> 
> ----- Original Message -----
> From: "msavoy" <[EMAIL PROTECTED]>
> To: "ActiveServerPages" <[EMAIL PROTECTED]>
> Sent: Sunday, November 03, 2002 4:03 PM
> Subject: Displaying value as CURRENCY
> 
> 
> > 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.unsub%%
> >

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

Reply via email to