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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
C. said:
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.

Don't bother, it is like trying to teach a pig to sing. Use a query and
there it will work as you like.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top