When you design a database, you can create a column, and to put in DefaultValue your expression.
for example table has columns ID, xx, yy and you want the field zz=xx+yy. You just add this column in design mode and in DefaultValue put xx+yy. John Fill