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.
 
Back
Top