I would like to be able to calculate birthdate in a query
calculate it... from what?
If you mean that you want to calculate this year's birthday
anniversary date given a stored date of birth field in your table, you
can use an expression:
HappyHappy: DateSerial(Year(Date()), Month([DOB]), Day([DOB]))