SkydivingSteve
Technical User
The following query
[tt]SELECT CoursesIndividuals.ID, CoursesIndividuals.FirstName, CoursesIndividuals.LastName, Courses.Date, CoursesIndividuals.CourseName, CoursesIndividuals.Attendee, Courses.Venue, CoursesIndividuals.StartTime
FROM CoursesIndividuals, Courses
WHERE (((CoursesIndividuals.Attendee)=[Forms]![ReportsSwitchboard]![List34]) AND (Not (Courses.Venue) Is Null) AND ((CoursesIndividuals.StartTime)<#12/30/1899 16:0:0#) AND ((CoursesIndividuals.CourseID)=[Courses].[ID]))
ORDER BY Courses.Date DESC;[/tt]
is not ordering by date... maybe it's something to do with the fact that both tables in the join have a date field?
Please help in order to save my fading sanity.
Steve
In the Jungle of the senses