In my form, I generate a query that is dynamic. I can select any of the fields I want to sort by. So for instance I could have a query that has:
strSQL= "... ORDER BY LastName ASC, FirstName ASC;"
The query generated is sorted however when the report open it up, its not sorted. I don't...