单项选择题

若以已建立的“fEmployee”表为数据源,计算每个职工的年龄(取整),计算公式为( )。

A) Year([出生日期])/365
B) (Date()-[出生日期])/365
C) Year(date())-Year([出生日期])
D) Date()-[出生日期]/365