Hi all,
I am trying to convert a string field to a date field.
The string field at the minute in the format: JUL-06, AUG-06, DEC-06, JUN-07, AUG-07, ... ...
This monthly period is the basi sof my grouping, but when I sort the groups it obviously sorts them in alphabetical order because it is a string field.
I need to sort them in date order. I dont really want so do it manually using specified order because there will be new periods added constantly.
Will this cdate function work to convert this string?
CDate ({TABLE.PERIOD})
Thanks