Subform sort/data entry

R

Ray

I have a subform with multiple records displayed from a single table. It is
sorted descending on "year" and has only one record per year. New data is
added in this subform once each year.

Is it possible to have the "new" data entry line appear at the top rather
than at the bottom?

Thanks in advance for any help.
 
R

Rick Brandt

Ray said:
I have a subform with multiple records displayed from a single table. It is
sorted descending on "year" and has only one record per year. New data is
added in this subform once each year.

Is it possible to have the "new" data entry line appear at the top rather
than at the bottom?

No, but you can simulate it by using two subforms. One that is set to DataEntry
mode (new records only) and one that has AllowAdditions = No which suppresses
the display of the new(*) record row at the bottom. Formatted and positioned
just right you could achieve what looks very much like a single form with the
new record position at the top.
 

Ask a Question

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.

Ask a Question

Top