A family of Microsoft relational database management systems designed for ease of use.
Hi John and all,
I interpreted the question as "Can I see in a single view the master's tasks sorted by name and the tasks of the subprojects unsorted?"
That proves impossible. Sorting is a property of the view and thus affects all lines in the view: once you open the subprojects their tasks will be sorted even if the subs were closed at the time of the sort instruction.
As always, there is a solution via VBA - sorting by running a maro that has first filled a suitable text field but that seems a bit far-fetched :-(
Greetings,