did you try:
SELECT DISTINCTROW [CA_Activity].[ActivityDate], [CA_Activity].[CA_NO], [CA_Activity].[Avtivity] FROM [CA_Activity] ORDER BY [CA_Activity].[ActivityDate];
for proper sorting, the data type of activitydate must be date, or if it's text, the format of the value must be yyyy-mm-dd, for example.