Thank you for the help.
The front end and the back end are automatically sorting on the field "My Name". I checked the property for "My Name" in the front and back Collections and the option "Sortable" is NOT ticked. Nor is it ticked for the other 7 fields.
I deleted my project and re-made it. The new project also automatically sorts on "My Name".
As a test, I ticked "Sortable" for "My Name" and the column name "My Name" becomes a clickable to sort ascending or descending.
Any ideas on how to stop each new record from being sorted? The front end and back end tables should have the records listed in the order they were entered.
For example, if I enter in this order: Peter, Andy, Wilhelm as records, the table should be (and the way I need it to be):
Wilhelm
Andy
Peter
But it shows up sorted as:
Andy
Peter
Wilhelm
Any suggestions?