Share via

chronological order

Anonymous
2010-09-23T12:07:25+00:00

The database has started putting the records we’ve just entered at the beginning of the list of records or even in the middle, rather than at the end.  Can anybody think of any reason for that happening? – or even better, a solution if it happens again? (It only last for about 4 hours, now it's working properly again)

Thank you

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

ScottGem 68,830 Reputation points Volunteer Moderator
2010-09-23T12:25:54+00:00

The order of records in a table is totally arbitrary. Remember that an electronic file is just a bunch of ones and zeros stored somewhere on a disk. When Access retrieves those ones and zeros it converts them to a readable format. So the order of the records may seem odd depending on how the data is stored on disk. Generally, however, when Access displays the records, it applies a sort using the Order By property of the table, for, report or query. So, as Daniel noted, if records are appearing in a different order, you need to look at the Order By or default sort.


Hope this helps, Scott<> P.S. Please post a response to let us know whether our answer helped or not. Microsoft Access MVP 2009 Author: Microsoft Office Access 2007 VBA Technical Editor for: Special Edition Using Microsoft Access 2007 and Access 2007 Forms, Reports and Queries

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2010-09-23T12:12:23+00:00

Someone has obviously applied a filter.

No big deal, this is easy to fix!  All you need to do is open your form in design view and edit the Record Source to add a Sort on the appropriate field (Primary Key, Date, whatever field you want it ordered by). Then close and save the form.

I hope this helps,

Daniel Pineault

http://www.cardaconsultants.com

Free MS Access Tips and Code Samples: http://www.devhut.net

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful