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 Wiki Answer Submitted: August 7, 2009 2:58 pm by Randym1,740 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.