Hello can anyone help me. I am getting this error message below for the code following it (the whole line is line 473)
ERROR...
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'FormatCurrency'
/appcontracts/searchresults.asp, line 473
CODE....
<li> <%=(Recordset2.Fields.Item("Sub-Category2").Value)%> (<%response.write(FormatCurrency(Recordset2.Fields.Item("Min Value Agreed").Value,0))%> - <%response.write(FormatCurrency(Recordset2.Fields.Item("Max Value Agreed").Value,0))%>) <br>
Thanks
ERROR...
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'FormatCurrency'
/appcontracts/searchresults.asp, line 473
CODE....
<li> <%=(Recordset2.Fields.Item("Sub-Category2").Value)%> (<%response.write(FormatCurrency(Recordset2.Fields.Item("Min Value Agreed").Value,0))%> - <%response.write(FormatCurrency(Recordset2.Fields.Item("Max Value Agreed").Value,0))%>) <br>
Thanks