B
bladelock
Hi all,
I have three fields in my table: Date1, Month1, Year1
The data is as show in the Date1 field:
01/01/2007
01/11/2007
01/03/2006
05/02/2007
07/02/2007
07/09/2006
11/09/2007
Now, I want to replace Month1 with "01-Jan" for any Date1 = to "01" and
"05-May" for any Date1 = to "05" and 07-Jul for "07". Also, I want to replace
Year1 with the year of Date1: ex. "2007" = 2007 and "2006" = 2006. Could this
be done?
Thanks again
I have three fields in my table: Date1, Month1, Year1
The data is as show in the Date1 field:
01/01/2007
01/11/2007
01/03/2006
05/02/2007
07/02/2007
07/09/2006
11/09/2007
Now, I want to replace Month1 with "01-Jan" for any Date1 = to "01" and
"05-May" for any Date1 = to "05" and 07-Jul for "07". Also, I want to replace
Year1 with the year of Date1: ex. "2007" = 2007 and "2006" = 2006. Could this
be done?
Thanks again