Order by rownum or order that data was entered into table

  • Thread starter Thread starter Cindy H
  • Start date Start date
C

Cindy H

Hi

Is there a way to order a table in the same order as the data was entered?
I know in Oracle you could do this using rownum, but I have not been able to
find anything in Access for this.

Thanks,
Cindy
 
Make your key field an autonumber and sort ascending on that field.
K Board
 

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

Similar Threads

ROWNUM and Access 1
rownum update sql 1
Re: RowNum Equivalent in MS Access 1
=RowNum([form]) problem 2
Rownum in Access 5
How do I install a UDF? 6
Every 4th Row 5
Looping with multiple conditions in Userform 1

Back
Top