calc date of birth in query

  • Thread starter Thread starter a
  • Start date Start date
A

a

I have query with this fields

TodayDate: Date () (Field type expression)

Dateofbirth (field type date)

CalcDateOfBirth: DateDiff("yyyy";[dateofbirth];[todaydate])

-------------------

My problem is (Calcdateofbirth) display the result by year only

I want to display the (Calcdateofbirth) like this

Yyyy/mm/dd

25:04:03

I mean I want to combine the year and month and day

Any help

Thank you
 
Back
Top