Jerry's right. What I did however, was that even though the "new" record had
to be added at the bottom (on a continuous form), I did a "requery" after
posting the new record. The sort on the query was such that the new record
automagically appeareed at the top of the records. In other words, the native
sort of those records was latest added -> earliest added.
I think it's only possible in a form if you use 2 subforms: one (at the top)
a single row high, with the DataEntry property set to True, and one
(underneath) that shows more rows of data, with the AllowAdditions property
set to False.