Ok, based on your example, the code would be enter like:
<%=FormatCurrency(FP_FieldVal(fp_rs,"sum"))%>
If you were hand coding.
However it appears that you are using FP DRW to generate your output, which I am not sure how your
would modify the code. Maybe Kathleen can assist you with this or better yet, follow her example.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"KarenM" <(E-Mail Removed)> wrote in message
news:47A9C04A-9621-426C-810B-(E-Mail Removed)...
> Thank you for your reply. I am new to working with ASP and its code. Do you
> know
> where in the code the change/addition should be made.
>
> Is this the tag that you were referring to change?
> <%=FP_FieldVal(fp_rs,"sum")%>
>
> I tried to change this tag and when I saved the page it overwrote my changes
> and would not save them. Please let me know if I was in the right area.
>
> Thank you !
>
> "Thomas A. Rowe" wrote:
>
>> On the page where you are displaying the number change the ASP tag to be similar to:
>>
>> <%=FormatCurrency(fp_rs("fieldname"))%>
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "KarenM" <(E-Mail Removed)> wrote in message
>> news:05B67AA8-7A1B-4112-B86C-(E-Mail Removed)...
>> >I would like to have a number (i.e. $1,243 ) taken from my Excel
>> > spreadsheet's total column appear on the homepage of my Frontpage 2003
>> > website. I am able have the number appear (i.e. 1243) using ASP but it does
>> > not have any formatting with commas or a dollar sign. I have tried to change
>> > the formatting in Excel under the Style option and under formatting the cell.
>> > It does not seem like it should be this difficult, am I missing something
>> > simple ?
>>
>>
>>