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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.