I have a field that calculates age by subtracting DOB from the computer date and displaying the result like so: ‘ 10.3 ‘ =IIf(IsNull([DOB]),””,Age([DOB]) & “.” & AgeMonths([DOB])). This is derived from an Age Function written by unknown person. The field is used to display the age in years and months with the period as a separator.
Another field has a Reading Age that is typed into the form in the same format. (ie. 9.5 is nine years and five months.)
In a third field I would like to show the difference in the following format :+ or – 1.2 being a Reading Age that is +1.2 if the Reading Age is 1 year and 2 months ahead of the chronological age.
I must stay with the 9.5 format as that is preferred by the user.
Should I change the field back to a number? Any suggestions on this one please?
Leigh