Removing Sorting And Grouping

garyd1234

Board Regular
Joined
Apr 17, 2003
Messages
103
Hi,
I had Sorting and Grouping turned on for a particular field in my report. I have since changed my mind and sort the table that the report pulls from. The report won't let me turn off the sorting and grouping on that field. I take out the field and the Ascending word from the sorting/grouping box. Then I get an error saying I must have a field to sort or group on for the report. How do I remove the sorting and grouping? Thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
I am not sure why you are having trouble removing, but here is a potential workaround. Is the data sorted in your Data Source (query or table)? If so, if you sort it in the same manner in the report, it won't change the order.
 
Upvote 0
I don't know that Access does this - just something I'm guessing on.
Is there any chance that the default behavior of Access when creating a report (and sorting) is to auto_generate a SQL query as the source object for the report?

And -- could that source object still be in place?

aka

SELECT * FROM tblName ORDER by field1;

(in addition to other SORT properties)

Mike
 
Upvote 0

Forum statistics

Threads
1,221,699
Messages
6,161,367
Members
451,700
Latest member
Eccymarge

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top