How do I remove "sorting and grouping" from my database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I added sorting and grouping to my report, but now I want to remove it. How
do I do that?
 
Open report in Design go to View Sorting and Grouping and then delete the
controls you're sorting on
Tony
 
Open your report in design mode. In the report design toolbar you'll find the
Sorting and Grouping icon. Click on it to open. You can modify entries at
will

Sam
 
After I posted the message, I discovered the solution. Too...simple!
Highlight the row you want to delete and click the delete button! Duh!
 
Using A 2007. My query sorts by level_of_interest. The report sorts by ID.

When I remove the group, my report disappears. When I add sort by
level_of_interest, I get 3 of 18 records displayed.
 
Back
Top