G
Guest
I tried using, in form design view, a DateSerial funtion to caculate a future
date which is ten days later from a starting date of 4/2/05. I set the
format property for the Startdate text box to short date and the control
source property for the future date to the following:
=DateSerial(year([StrartDate]), month([StartDate]), day([StartDate]) + 10).
Somehow I receive a date of 12/9/1899 as the FutureDate. I use MS Office
Professional Edition 2003. Is this related to the year 2000 problem? I'll
appreciate your help!
date which is ten days later from a starting date of 4/2/05. I set the
format property for the Startdate text box to short date and the control
source property for the future date to the following:
=DateSerial(year([StrartDate]), month([StartDate]), day([StartDate]) + 10).
Somehow I receive a date of 12/9/1899 as the FutureDate. I use MS Office
Professional Edition 2003. Is this related to the year 2000 problem? I'll
appreciate your help!