Want new record line to appear at top of datasheet

G

Gina K

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.
 
D

Dirk Goldgar

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