I do have a little problem with an update query to update date field. What i want to do is after performing certain calculation, increment the date field in a table by an year.(ie 2000 to 2001). In the table, i am using dd/mm/yyyy format for the date field. The update to field of the query is like UPDATE (YEAR FIELD OF TABLE EMP MAST) TO DateAdd("yyyy",1,[EMP MAST]![YEAR]).<br>
My problem is that while updating some rows are updated correctly, some rows gives unexpected results. (ie when trying to<br>
update year 2000, for most of the employees i am getting 2001, but for some i am getting years like 2011,2014 etc.). I checked and<br>
made sure that there are no criteria in the query.
My problem is that while updating some rows are updated correctly, some rows gives unexpected results. (ie when trying to<br>
update year 2000, for most of the employees i am getting 2001, but for some i am getting years like 2011,2014 etc.). I checked and<br>
made sure that there are no criteria in the query.