W
Walter
When you enter a month and day in a control(short date) Access assumes the
current year. This works great except in January if you're entering December
records. I would like to subtract a year if the assumed date is greater than
today in the BeforeUpdate Event. I've tried Me.TripDate = DateAdd("yyyy",
-1, [TripDate]) but get an error message that says this is preventing update.
The control then shows the month and day with no year.
current year. This works great except in January if you're entering December
records. I would like to subtract a year if the assumed date is greater than
today in the BeforeUpdate Event. I've tried Me.TripDate = DateAdd("yyyy",
-1, [TripDate]) but get an error message that says this is preventing update.
The control then shows the month and day with no year.