G
Guest
I want to get a Month-field in month-name instead of digit from a DateStamp
which is a TEXT-field (not created by me, an imported file),
e.g. dateStamp (TEXT):
2007-03-09-02.49.21.534728
I did a new field for the Month like this:
NewFieldName: Month(Left([myDateStampField],7))
it worked out fine with a 3 in the field not March. I am using Access 2003.
I knew I had something missing in order to get the name of the month.
I tried adding , "mmmm" after the 7)
hoping to get March, but it didn't work, please somebody helps me what
should I do.
thanks
karen
which is a TEXT-field (not created by me, an imported file),
e.g. dateStamp (TEXT):
2007-03-09-02.49.21.534728
I did a new field for the Month like this:
NewFieldName: Month(Left([myDateStampField],7))
it worked out fine with a 3 in the field not March. I am using Access 2003.
I knew I had something missing in order to get the name of the month.
I tried adding , "mmmm" after the 7)
hoping to get March, but it didn't work, please somebody helps me what
should I do.
thanks
karen