Sort table DB

  • Thread starter Thread starter Kev
  • Start date Start date
K

Kev

Heres my question,

How do I sort the table database with respect to a key
(for example when opening the form)?
 
Kev,

As a rule, you never try to sort a table. You create a query which has built
in SortBy options and then base the form on that query.

Gary Miller
 
Back
Top