5 pts.
 Form vs. table record order
Why doesn't the record order for an MS Access form match the record order of the table (form keeps re-ordering the records)?

Software/Hardware used:
ASKED: August 6, 2009  2:47 PM
UPDATED: August 7, 2009  2:59 PM

Answer Wiki:
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  Randym   1,740 pts.
All Answer Wiki Contributors:  Randym   1,740 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _