I have a database to track employee evaluations on a year to year basis. The month and day are always the same, however, the year changes, or should hence this is where the problem lies. For instance in December 2003, I would like to send out a letter to all supervisors stating what evaluations are due, however, I can't because the year has not changed.
I have a database titled tbl_Personnel with a field labelled
Evaluations. I also have an unbound text box labelled Eval with the following: =DateAdd("yyyy",1,[Eval]), this part works except when the year 2005 and so on arrive. I there anyway to change the year portion even if its in the form of an unbound text box.
Thanks in Advance
Sonny
I have a database titled tbl_Personnel with a field labelled
Evaluations. I also have an unbound text box labelled Eval with the following: =DateAdd("yyyy",1,[Eval]), this part works except when the year 2005 and so on arrive. I there anyway to change the year portion even if its in the form of an unbound text box.
Thanks in Advance
Sonny