Sorting

M

Michele Boutwell

In my design window for a form, the sorting function
is "grayed out" - it won't let me sort ascending or
descending. In the table, the field is sorted, but when I
open the form window, it is scrambled.
????
 
J

John Vinson

In my design window for a form, the sorting function
is "grayed out" - it won't let me sort ascending or
descending. In the table, the field is sorted, but when I
open the form window, it is scrambled.
????

A Table IS NOT SORTED - ever.

A Table is an unordered "bag" of data; there is no usable "first
record" or "last record".

I'd suggest that you base your Form on a Query sorting the data in the
desired manner.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top