I used the Report wizard to generate my report. I requested it to sort by field 'sortname' yet it prints unsorted. As a test, I entered the report's SQL into the query tool, and the results are sorted correctly!
Am I missing something? -with thanks
SELECT [guests].[sortname], [items].[itemID], [items].[desc], [items].[bid], [guests].[guestID] FROM guests INNER JOIN items ON [guests].[guestID]=[items].[guestID] ORDER BY [guests].[sortname];
Am I missing something? -with thanks
SELECT [guests].[sortname], [items].[itemID], [items].[desc], [items].[bid], [guests].[guestID] FROM guests INNER JOIN items ON [guests].[guestID]=[items].[guestID] ORDER BY [guests].[sortname];