Dynamic row reordering in datasheet

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

Guest

I have a form that displays information in datasheet view. The recordset is
based on a select query that has no order by clause. However, when I add a
new row sometimes, after I enter the row, the row jumps to top row. This
only occurs sometimes and I not been able to determine why it happens. Has
anyone seen this happen and understand why?

Thanks,
Leif
 
Possible that users are applying a sort to the form when using it? That
could potentially cause this kind of thing.
 
Rob,

Thanks for your suggestion. No, there are no sorts being applied. I know
that since its happened to me, and I didn't sort.
 
Back
Top