I am suspicious that in Access, Reports Group On behaves differently than in SQL RDBMS's. I have an Access Report which in the "Group, Sort, and Total" pane has the following:
I was expecting the first to simply group all of the like vendorid values. Then for the next operation to perform alphabetical sorting of vendor names.
Presently the report is not alphabetically sorted by vendor name.
Digging into the "Group on" row within the Report designer, I see "from smallest to largest" in the same row. rrrr??? What does "Group on" have to do with also Sorting?!?!?!
What is the work-around to have Access behave the way SQL RDBMS's work?
Code:
Group on: vendorid
Sort by: vendortitle
Sort by: partnumber
Presently the report is not alphabetically sorted by vendor name.
Digging into the "Group on" row within the Report designer, I see "from smallest to largest" in the same row. rrrr??? What does "Group on" have to do with also Sorting?!?!?!
What is the work-around to have Access behave the way SQL RDBMS's work?