![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I got some data that has the dates as 10/24/02 But its yyyy/dd/mm so its FEB 24, 2010 but access sees this as 10/24/2002 I tried format([DateFieldName], "dddd mmmm yyyy") it says you can't format this date invalid syntax. this seems simple just re arrange the data. is that what I will have to do is cut this string up and reformat it? |
#3
| |||
| |||
|
|
"sparks" <sparks (AT) home (DOT) com> wrote in message news:1or696dh355m48hvpfbcn3puh7fqcep5gr (AT) 4ax (DOT) com... I got some data that has the dates as 10/24/02 But its yyyy/dd/mm so its FEB 24, 2010 but access sees this as 10/24/2002 I tried format([DateFieldName], "dddd mmmm yyyy") it says you can't format this date invalid syntax. this seems simple just re arrange the data. is that what I will have to do is cut this string up and reformat it? Try "dd mmm yyyy" Maybe |
![]() |
| Thread Tools | |
| Display Modes | |
| |