R
Red_Star20
I am getting this type mismatch error and not sure why?!
The last line is the one causing the error... I am trying to get those
values from an Oracle database and add/subtract their values.
<% InAcademic =rsDataSet("In_Academic")
InNonAcademic =rsDataSet("In_Non_Academic")
FinancialAid =rsDataSet("Financial_Aid")
%>
<% AmountDue = InAcademic + InNonAcademic - FinancialAid %>
The last line is the one causing the error... I am trying to get those
values from an Oracle database and add/subtract their values.
<% InAcademic =rsDataSet("In_Academic")
InNonAcademic =rsDataSet("In_Non_Academic")
FinancialAid =rsDataSet("Financial_Aid")
%>
<% AmountDue = InAcademic + InNonAcademic - FinancialAid %>