The correct answer is: Column.
A record is a single row in a table. A row is a set of data that is related to a particular entity, such as a customer or product. A column is a field in a table that stores a specific type of data, such as a name, address, or phone number.
When you change the order of the columns in a query datasheet, it does not affect the order of the fields in the table. This is because the query datasheet is a temporary view of the table, and the order of the columns in the query datasheet is not stored in the table.
However, if you change the order of the fields in the table, it will affect the order of the columns in the query datasheet. This is because the query datasheet is based on the table, and the order of the fields in the table is stored in the table.
I hope this helps!