Set rst2 = dbs.OpenRecordset("SELECT Date, tblFEC.Start, tblFEC.End, tblFEC.Platform, tblFEC.Description, tblFEC.Case FROM tblFEC ORDER BY tblFEC.Start, CDate(Right([date],Len([date])-InStr([date],", "))); 'ORDER BY tblFEC.Start;")
The above table (tblFEC) is a linked HTML page, The date field looks like the following (D.O.W., Month Day, Year)
Example: Friday, Febuary 24, 2006.
In order to do any sorting I have to convert the date field but I get the "Data type conversion error".
Any ideas?
No I can't get the owners to change it at the source either.
The above table (tblFEC) is a linked HTML page, The date field looks like the following (D.O.W., Month Day, Year)
Example: Friday, Febuary 24, 2006.
In order to do any sorting I have to convert the date field but I get the "Data type conversion error".
Any ideas?
No I can't get the owners to change it at the source either.