Yes, the numeral order would be correct. Or format the date as -MM-DD
Rohit
On 2/06/2011 10:08 a.m., Charlie wrote:
> Hi, I'm using Delphi 2007 and dBase files. I am creating a .csv file. I
> need to sort my file by RailType and OrderDate. The resultant .csv shows
> RailType is in alpha ord
Hi, I'm using Delphi 2007 and dBase files. I am creating a .csv file. I
need to sort my file by RailType and OrderDate. The resultant .csv shows
RailType is in alpha order and OrderDate is in "string" order; namely,
the sort is on the month part of the date ( 12/2/2010) that is the 12.
So I'm g