RATE THIS ANSWER
0
Click to Vote:
0
0
There is an order by property in the form. Possibly that is set? Or, the table's properties may have been saved after some one changed the sort order. Usually, the table opens with the ordering of the primary key. At any rate, if you want a specific order, set the order by property in the form or if the form uses a query as the record source, you could specify the ordering in there. If it uses a table for the record source, you could simply change the record source to: Select * From tablename order by col1, col2...
Last Answered:
Aug 7 2009 2:58 PM GMT by Randym 
1410 pts.