Try something like this. Make a query with all your fields you wish to have. Make an extra field for expression. Paste the sample below.
DateDiff("y",[DateFieldName1],[DateFieldName2])
DateFieldName1 will subtract from DateFieldName2 and that will give you a total.
hth,
Michael