Ranking Report Using Shapes...
Remember that post on Bar Chart Using Shapes? Well, here's another use for those Rectangles. This report does Ranking across four quarters; you get to pick which quarters, and adjusts the shapes accordingly.
The difficult I do immediately, the impossible takes a little bit longer.
Reports
To create place four Rectangles on a continuous Report and name them shpBar1, shpBar2, shpBar3 and shpBar4. Then place Text Boxes on top of the Shapes and name them txt1, txt2, txt3, txt4. When creating your crosstab query use Column Names 1, 2, 3, 4 and use as the Control Source for the Text Controls.
Once done, copy the code between Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer) and End Sub into the Detail section On_Format Event Procedure of the Report.