Oops, I need to learn how to read slower.... or comprehend faster. Or both.
The user may change the CurrentYr in a table called 'Current Semester'.
In a table named "Current Semester" you have a field named "CurrentYr" that holds a year? it is a number?
And users can change the year?
Is there only one record with a year in it?
If not, how do you know which record is the year?
Maybe:
Code:
=Dlookup("CurrentYr", "[Current Semester]", "WhichRec = 'CurrentYear'") - [BirthYr]
where the table name is "Current Semester", the field that has the year is named "CurrentYr" and there is a column named "WhichRec" that is a text field with "CurrentYear" as the value to find.
Edit: What is the structure of table "Current Semester"?
BTW, shouldn't use spaces in object names.......