Access 2003

  • Thread starter Thread starter Midland
  • Start date Start date
M

Midland

I have been setting up a data base and need to resort the primary table from
time to time to put data in date & work-station order. When I do so, however,
the data input form does not recognize the resorting. That is, it counts
through the records as though they were in the original order. How do I
change this? How does a linked form "remember" the records in an order that
doesn't exist any more?
 
A table stores records like a barrel of brick.
Use a query to do your sorting for display in a form or use the Grouping and
Sorting of a report to display as you wish there.
 
Back
Top