This is what my data looks like now
- Task
- SubTask
- Task
- SubTask
- SubTask
- Task
I was wondering if it would be possible to sort according to the number of subgroups using vba code (normal access report sorts break up the grouping) so that it ends up like
- Task
- SubTask
- SubTask
- Task
- SubTask
- Task
Thanks guys!