Want new record line to appear at top of datasheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make the new record line appear at the top of a datasheet
instead of at the bottom?

Thanks in advance.
 
Gina K said:
Is there a way to make the new record line appear at the top of a
datasheet instead of at the bottom?

No, but you can fake something up with two separate subforms on a main
form, if you really want it to look like that -- the top subform in data
entry mode, the bottom subform with AllowAdditions = False, and
requerying the bottom one whenever a record is added on the top one.
 

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

Back
Top