i've got an access database with about 14000 records in it.
theres a date field with the date in the following format:
DD/MM/YY
however this has got to be altered to the form:
DD/MM/YYYY
is there a way i can do a find and replace but only of the last 2 characters of the field?
its a text field, so i need some way of adding in the prefix for 14000 odd records.
i did a search for */02 and told it to replace it with /2003 but it replaced the entire field instead of just the /03.
the only other option is to code some asp to do it, but surely theres got to be a way of doing it in access?
any help would be very much appreciated!!
theres a date field with the date in the following format:
DD/MM/YY
however this has got to be altered to the form:
DD/MM/YYYY
is there a way i can do a find and replace but only of the last 2 characters of the field?
its a text field, so i need some way of adding in the prefix for 14000 odd records.
i did a search for */02 and told it to replace it with /2003 but it replaced the entire field instead of just the /03.
the only other option is to code some asp to do it, but surely theres got to be a way of doing it in access?
any help would be very much appreciated!!