loo8866
05-08-2007, 09:54 AM
Hi guys,
Im having a bit of a problem regarding the ordering in a report.
Basically I'm compiling a programme of events. Each event has a number; a category contains a number of events.
Just now my report is set up as follows:
Dance
20. Event Name
21. Event Name
Fiddle
10. Event Name
11. Event Name
etc etc.
This is great, but the forst order by goes with the Category Name (alphabetically). I dont know if this is possible, but I want it to go on the order of the event number. The idea being that the report will contain events from 1 to 300 or whatever it is, in order. For Example:
Fiddle
10. Event Name
11. Event Name
Dance
20. Event Name
21. Event Name
Piano
200. Event Name
201. Event Name
All of the event numbers are together (like, piano events are 200 - 210, Fiddle is 10 - 19 etc). When i tried putting event number as the top order by, it shows the category name above each event rather than grouping~
Any help would be amazing!!!
Im having a bit of a problem regarding the ordering in a report.
Basically I'm compiling a programme of events. Each event has a number; a category contains a number of events.
Just now my report is set up as follows:
Dance
20. Event Name
21. Event Name
Fiddle
10. Event Name
11. Event Name
etc etc.
This is great, but the forst order by goes with the Category Name (alphabetically). I dont know if this is possible, but I want it to go on the order of the event number. The idea being that the report will contain events from 1 to 300 or whatever it is, in order. For Example:
Fiddle
10. Event Name
11. Event Name
Dance
20. Event Name
21. Event Name
Piano
200. Event Name
201. Event Name
All of the event numbers are together (like, piano events are 200 - 210, Fiddle is 10 - 19 etc). When i tried putting event number as the top order by, it shows the category name above each event rather than grouping~
Any help would be amazing!!!