G
Guest
I have this Expression in a query which creates the following field:
ECPONumber: [ECPOAutoN] & "/04"
The 04 meant the year 2004. Now I need to have a 05 at the end of it, but if
I replace the 04 by 05, all exisiting records end up with 05 at the end which
I don't want.
I am looking for a date expression which will show the last tow digits of
the current year without altering exisiting records.
Any help appreciated.
Thanks.
ECPONumber: [ECPOAutoN] & "/04"
The 04 meant the year 2004. Now I need to have a 05 at the end of it, but if
I replace the 04 by 05, all exisiting records end up with 05 at the end which
I don't want.
I am looking for a date expression which will show the last tow digits of
the current year without altering exisiting records.
Any help appreciated.
Thanks.