|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Update Datepart ms access sql
Right now 80% of records are Last Eval = Eval Due which is wrong;
My goal is to update Eval Due (3) years from Last Eval Date. date/time mmddyyyy (changing the year only) thanks ![]() |
|
#2
|
||||
|
||||
|
something like this? --
update yourtable set EvalDue = dateadd("yyyy",3,LastEval) where EvalDue=LastEval |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Update Datepart ms access sql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|