Ok, is there a way that that the calculations done within a form can save the results within my table. for example
form box =DateDiff("yyyy",[DOB],Now())+Int(Format(Now(),"mmdd")<Format([DOB],"mmdd"))
now I need the result to appear in the table automatically in the appropriate location so I...