G
Guest
I'm using Access 2002 and 2003.
I have a ledger date field that is text, ex: 200606 = YearMo
I'm trying to just get the month to display (for 200603 = Mar)
I'm a little new at this, so I've tried:
Month: Format(right([ledger date],2),"mmm")
oddly 200601 will return Dec and everything else returns Jan
Can someone help me figure out what I'm missing?
I have a ledger date field that is text, ex: 200606 = YearMo
I'm trying to just get the month to display (for 200603 = Mar)
I'm a little new at this, so I've tried:
Month: Format(right([ledger date],2),"mmm")
oddly 200601 will return Dec and everything else returns Jan
Can someone help me figure out what I'm missing?