How can I format a Database field as Currency? Where should I do it and what is the code? Thanks
B Bahram Messian Sep 18, 2003 #1 How can I format a Database field as Currency? Where should I do it and what is the code? Thanks
G grw Sep 19, 2003 #2 Change the code : <%=FP_Field(fp_rs,"yourfield")%> to : <%=FormatCurrency(FP_Field(fp_rs,"yourfield"))%>
Change the code : <%=FP_Field(fp_rs,"yourfield")%> to : <%=FormatCurrency(FP_Field(fp_rs,"yourfield"))%>
B bahram Sep 22, 2003 #3 Thank You. It works fine. -----Original Message----- Change the code : <%=FP_Field(fp_rs,"yourfield")%> to : <%=FormatCurrency(FP_Field(fp_rs,"yourfield"))%> . Click to expand...
Thank You. It works fine. -----Original Message----- Change the code : <%=FP_Field(fp_rs,"yourfield")%> to : <%=FormatCurrency(FP_Field(fp_rs,"yourfield"))%> . Click to expand...