Just type the record into the new row at the bottom of the table.
The table is just a bucket to hold records. In database theory, it has no
physical order. If you want the records presented in a particular order,
then you have to define that order, by adding a field that determines the
order. You then use a query to sort the records by this field.