Code:
Function da(BP, DP) da = Round(139 / 100 * (BP + DP)) End Function
da returns to be 7297 but in the immediate window which is correct ?ROUND(139/100*(3500+1750) )
7298 I checked through debugging too that in the function also
bp=3500 and dp=1750I can't get the reason behind it.
Kindly Help
Thanks in advance
ACCESS 2007
Comment