Hi All
I need to determine the age of someone based on a future date not based on todays date. The field name for the future date is StartDat, the field name for the persons birthday is Birthdate and I want to assign it to field LessonAge.
I already have the age one working:
=Int((Date()-[Birthdate])/365)
but can't get it to work for [StartDat]
I was trying:
=Int(([Forms]![Main]![Kid Zone].[Form]![StartDat]-[Birthdate])/365)
I'm not sure if it's because [StartDat] is on a different subform that i ended up making a mistake or what.
you guys are all super good at this kind of thing so it should be no problem for you.
thanks in advance
I need to determine the age of someone based on a future date not based on todays date. The field name for the future date is StartDat, the field name for the persons birthday is Birthdate and I want to assign it to field LessonAge.
I already have the age one working:
=Int((Date()-[Birthdate])/365)
but can't get it to work for [StartDat]
I was trying:
=Int(([Forms]![Main]![Kid Zone].[Form]![StartDat]-[Birthdate])/365)
I'm not sure if it's because [StartDat] is on a different subform that i ended up making a mistake or what.
you guys are all super good at this kind of thing so it should be no problem for you.
thanks in advance