Your welcome, I normally upload databases created in 2007 but saved in 2003 to the site.
Yes, you are correct
' determine the limitation date
If client_age_incident < 18 Then
child_limitation = 18 + Me!statute_limitations
Me!limitation_date = DateAdd("yyyy", child_limitation, Me!client_dob)...