Hi
I have got a load of press releases in a database that i want to sort by date order (a date the user enters from three drop down and is then joined to form the dateformat below) the date is stored in the format mm/dd/yyyy, i am using this query:
Select * from tblPress WHERE Display=1 ORDER BY AddDate DESC
and getting results that are in no discernible order. can anyone help me to get the results to sort in the correct order ??
I have got a load of press releases in a database that i want to sort by date order (a date the user enters from three drop down and is then joined to form the dateformat below) the date is stored in the format mm/dd/yyyy, i am using this query:
Select * from tblPress WHERE Display=1 ORDER BY AddDate DESC
and getting results that are in no discernible order. can anyone help me to get the results to sort in the correct order ??