I have a table with values I need to add together and write them to the same table.
When all the fields except one equal 0 and the one field has a negative number. I get "Data Type Conversion Error".
All the fields that are being added are numeric.
Here is the code i am using.
rstMainTbl!CYrTot = rstMainTbl!Test1CYr + rstMainTbl!Test2CYr + rstMainTbl!Test3CYr + rstMainTbl!Test4CYr + rstMainTbl!Test5CYr
Any help would be greatly appreciated.
Razor1
When all the fields except one equal 0 and the one field has a negative number. I get "Data Type Conversion Error".
All the fields that are being added are numeric.
Here is the code i am using.
rstMainTbl!CYrTot = rstMainTbl!Test1CYr + rstMainTbl!Test2CYr + rstMainTbl!Test3CYr + rstMainTbl!Test4CYr + rstMainTbl!Test5CYr
Any help would be greatly appreciated.
Razor1