I have a point feature class which participates in a 1:M relationship with a table.
The popup is set up to show the related table.

The issue is that the records are displayed according to OBJECTID (That is, the record for 2012 was created before the record for 2011).

Is there a way return the related records sorted by another field?