Hi,
I need to update a a load of DOB fields where the date is currently 20## instead of 19## eg. 15/08/24 should read 15/08/1924.
How do I update using the following type of statement:
update
Table Name Here
set
dateofbirth = current DOB (-100 years)
where
Record = A
Any help greatly appreciated.
Ken