G
Greg
Is it possible to only update the year portion of a date/time field?
The current dates are entered as xx/xx/xxxx, e.g. 3/5/2004, 4/22/2004,
etc. All the years should read 2004, but a batch of them read 1998 (no
idea why, i didn't enter them).
I've tried code like:
UPDATE Mainwith1998 SET serv = #Left(serv, Len(serv) - 4 & '2004'#
but keep getting syntax errors, whether I run it in a query or as
code. Any ideas? Thanks.
The current dates are entered as xx/xx/xxxx, e.g. 3/5/2004, 4/22/2004,
etc. All the years should read 2004, but a batch of them read 1998 (no
idea why, i didn't enter them).
I've tried code like:
UPDATE Mainwith1998 SET serv = #Left(serv, Len(serv) - 4 & '2004'#
but keep getting syntax errors, whether I run it in a query or as
code. Any ideas? Thanks.