bombdropVB
Programmer
Hi all i execute a SP but the Date field due to reasons beyond my control brings backa date as a string, dd/mm/yyyy
now i wish to sort on the date but it only looks at the dd aspect of the date due to the fact its a string
rsAuthors.Sort = "[Year Born], Au_ID DESC"
how can i get round this thanks
now i wish to sort on the date but it only looks at the dd aspect of the date due to the fact its a string
rsAuthors.Sort = "[Year Born], Au_ID DESC"
how can i get round this thanks