I want to use the AddNew function to add new records to a DefaultView. However, every new row must sit at the bottom sothat when I loop I only access the old records which would sit at the top. I used dv.AddNew() function but the new records get mixed up. How can I do that, please. Thanks for helping.