This expression is not giving the expected result.
InterestAmount: ((([LoanKinaAmount]*[TblInterestRate]![DailyCompound])/100)/365.25)*[DaysNumber]
A real example is (((8,280.64*10.515578)/100)365.25)*123
Access query result is 610.90 yet a calculator gives result of 293.23
I have changed the source data values and in each case the query gave an expected different result indicating it is looking at the correct data just calculating it wrong - but why?? and how to fix??
InterestAmount: ((([LoanKinaAmount]*[TblInterestRate]![DailyCompound])/100)/365.25)*[DaysNumber]
A real example is (((8,280.64*10.515578)/100)365.25)*123
Access query result is 610.90 yet a calculator gives result of 293.23

I have changed the source data values and in each case the query gave an expected different result indicating it is looking at the correct data just calculating it wrong - but why?? and how to fix??