I have a table which lists events that occur on the same date each year and a form which extracts data from this table and lists the events in date order. Unfortunately, month end is the 26th of the month, so some of the events at the end of each month are included in those of the next month. Consequently, some events in December of one year are considered as taking place in January of the following year. Were this not the case, the year would not matter.
Because of this, I have to include the year in the date and, in the past have laboriously gone through the table changing the date manually.
In order to save time, I was wondering if there is a way I can use an update query to add one year to the existing dates.
Any help would be much appreciated
Best Regards
John
Because of this, I have to include the year in the date and, in the past have laboriously gone through the table changing the date manually.
In order to save time, I was wondering if there is a way I can use an update query to add one year to the existing dates.
Any help would be much appreciated
Best Regards
John