The question is _why_ would you want to do this? You can sort the table by
Title whenever you want to use it. And, with what you are asking for, what
happens when you add a record that sorts between two existing titles?
Records in a relational table are, by definition, UNordered. The relational
way is that you order the records in the Query you use to retrieve them,
preferrably by some included natural value.
It would be possible to do what you want, but then all you could do with
that is to use it to order the records which you can already do, as you
stated, by sorting by title.
Larry Linson
Microsoft Office Access MVP