I have a form that has a subform.
I need to sort the subform by fldDate, a date, not a key, not unique and another field, fldEntryID, which is an integer, not a key, not unique. Currently I'm using the ORDER BY property.
I've made the 2 fields keys and it did not make a difference.
It...