How do I keep a certain data order in a table on Access?

C

C.

I am trying to set a table with data which need to stay in a particular
order. But when I close the table, somehow it reorganizes the data in
descendant order.
 
R

Rick B

You don't.

A table is just a bucket to contain your data. To view data in a particular
order, use a query, form, or report. You should not use your tables to
view, edit, or add data.
 
Top