Hello, I am trying to add two fields together, which are numbers, on an Add Page in "Before record added" using the following code: Session("Total") = values("Num1") + values("Num2") but this concatenates instead of adding the numbers together. How do I add them up? Thanks,