
Signature
Fred Boer - Amateur Access Enthusiast
Interests: Library software / Z39.50 / Web Services
Freeware Small Library Applications available here:
http://www3.sympatico.ca/lornarourke/
The strange thing is that it never been like that before?
Is it possible that it is due to importing the table from another database?
> Dear Samuel:
>
[quoted text clipped - 12 lines]
>> Thank you,
>> Samuel
Fred Boer - 19 Jul 2007 16:24 GMT
Dear Samuel:
Possibly. In any case, you can't trust a table to have a specific sort
order - create a query and use it to assign an order. You'll be happy you
did! <g>

Signature
Fred Boer - Amateur Access Enthusiast
Interests: Library software / Z39.50 / Web Services
Freeware Small Library Application available here:
http://www3.sympatico.ca/lornarourke/
> The strange thing is that it never been like that before?
>
[quoted text clipped - 17 lines]
>>> Thank you,
>>> Samuel
Pat Hartman (MVP) - 19 Jul 2007 19:38 GMT
You may have clicked in a form field and sorted on it. Access saves this
information when the form is closed. Open the form in design view and
remove any order by or filter that you don't want.
As has already been mentioned by Fred, you need to control the sort order
yourself by using a query with an order by clause. If you want to order
records by their entry order, you need to use an autonumber as the primary
key for the table and sort on that.
> The strange thing is that it never been like that before?
>
[quoted text clipped - 17 lines]
>>> Thank you,
>>> Samuel