Moving records

  • Thread starter Thread starter Aardvark
  • Start date Start date
A

Aardvark

Hi folks,

is it possible to change the order of records in datasheet view without
using sort? The final version the records do not show any logical sequence
in any of the fields.

Thanks,

Danny
 
Records are stored unordered. Use the Sort in the datasheet view of the
Table or if you prefer, use a Query which includes an ORDER BY clause.
 
Thanks, I have unordered records.....for example smith, williams, brown. I
would like to change the record order without applying a logical sequence to
it (as you get from a sort)

So in this example I might want to change it to Smith, brown, williams.

Danny
 
No can do. Records are ordered as entered (assuming no primary key) or by
primary key. You can only change the ordering using sorting.
 

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