humbletechie
IS-IT--Management
Hi,
The fields format is set to Currency in the Access DB but it's displaying on the page as a string. I have tried using the formatcurrency and formatnumber functions and both are giving me a Type mismatch error. Below is the code for all three ways I have tried.
<%="$"&FormatNumber(Settlements("Atty Fees"
,2)%> - Gives type mismatch error.
<%=FormatCurrency(Settlements("Atty Fees"
,2)%> - Gives type mismatch error.
<%=Settlements("Atty Fees"
%> - Displays it in a string like 800000.
Can someone please help?
Thanks!
The fields format is set to Currency in the Access DB but it's displaying on the page as a string. I have tried using the formatcurrency and formatnumber functions and both are giving me a Type mismatch error. Below is the code for all three ways I have tried.
<%="$"&FormatNumber(Settlements("Atty Fees"
<%=FormatCurrency(Settlements("Atty Fees"
<%=Settlements("Atty Fees"
Can someone please help?
Thanks!