I'm using a simple append query to append records to the end of an existing table. When I run the query, the records are automatically sorted within the table.
My intention is to append records so they remain at the end of the table without being automatically sorted. How can I do this.
My intention is to append records so they remain at the end of the table without being automatically sorted. How can I do this.