M
mattc66 via AccessMonster.com
I have the following expression. When I try this it returns and error. The
LAST_DATE_SOLD is in a YYMMDD format and I want to change it to a MM/DD/YYYY
format.
=Format(DateSerial(Left([LAST_DATE_SOLD],2),Mid([LAST_DATE_SOLD],3,2),Right(
[LAST_DATE_SOLD],2)),"mm/dd/yyyy")
Thanks
Matt
LAST_DATE_SOLD is in a YYMMDD format and I want to change it to a MM/DD/YYYY
format.
=Format(DateSerial(Left([LAST_DATE_SOLD],2),Mid([LAST_DATE_SOLD],3,2),Right(
[LAST_DATE_SOLD],2)),"mm/dd/yyyy")
Thanks
Matt