G
Guest
I made the corrections you indicated, except for the possible problems of using the integer data type for intTotalRet. I want to wait to see what kind of results I get once this runs.
Also, the TotRet field is set as percent format, so that's why I do need to have the value multipled by 100.
I'm still getting an error: "Run-time error '94: Invalid use of Null"
The debugger goes to the following line:
intTotalRet = intTotalRet * (1 + !TotRet)
Thanks for your help! I think we are getting very close.
Also, the TotRet field is set as percent format, so that's why I do need to have the value multipled by 100.
I'm still getting an error: "Run-time error '94: Invalid use of Null"
The debugger goes to the following line:
intTotalRet = intTotalRet * (1 + !TotRet)
Thanks for your help! I think we are getting very close.