T
terry w
greetings
I need help writing code to determine a student's AgeOfRecord. Given a
student's birthday (DoB) and a Effective Date (DateEff), the AgeOfRecord is
found like this:
if DateEff is Jul 01 - Dec 31, then AgeOfRecord = student's age on Jan 01 of
the NEXT year
if DateEff is Jan 01 - Jun 30, then AgeOfRecord = student's age on Jan 01 of
the SAME year
TQ in advance for assistance
Terry W
I need help writing code to determine a student's AgeOfRecord. Given a
student's birthday (DoB) and a Effective Date (DateEff), the AgeOfRecord is
found like this:
if DateEff is Jul 01 - Dec 31, then AgeOfRecord = student's age on Jan 01 of
the NEXT year
if DateEff is Jan 01 - Jun 30, then AgeOfRecord = student's age on Jan 01 of
the SAME year
TQ in advance for assistance
Terry W