I have two tables Summary by project with the fields Project and sum of remaining hours and Estimated hours summary with the fields project and sum of estimated hours. I join them by project number and select them. In the update by on the sum of remaining hours I want to add the estimated hours to the remaining hours and the formula I use is [SumOfRemaining Hours]+[SumOfEstimated Hours] but after the update instead of getting the sum of the two I get blanks. The field names are correct and they are both numeric so why does it not add them up. Is there a different formula to add another value to the current value?