P
PawleysGrits
Using Access 2003, & WIN XP-Pro. In a table, I have an employee's birth
date, defined as dd-mmm-yyy. In a form, I would like to calculate the age
of the employee, and such is done with
=DateDiff("yyyy",[Birthdate],Now())+Int(Format(Now(),"mmdd")<Format([Birthda
te],"mmdd"))"
The problem is that each time I open the form, the age calculation
evaporates - it will work one time, and not another, with absolutely NO
changes being made to the form or table design. This isn't the only thing
that works sporadically; a control to create the employee name (from
separate first and last name fields) in a form page header comes and goes at
will.
I would appreciate any suggestions, and thanks in advance!
date, defined as dd-mmm-yyy. In a form, I would like to calculate the age
of the employee, and such is done with
=DateDiff("yyyy",[Birthdate],Now())+Int(Format(Now(),"mmdd")<Format([Birthda
te],"mmdd"))"
The problem is that each time I open the form, the age calculation
evaporates - it will work one time, and not another, with absolutely NO
changes being made to the form or table design. This isn't the only thing
that works sporadically; a control to create the employee name (from
separate first and last name fields) in a form page header comes and goes at
will.
I would appreciate any suggestions, and thanks in advance!