Where is Sorting Order stored?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've a form in MS_Access, based on a query say
Select a, b, c
from table
order by a

Running the form shows the rows ordered by a, but I can change the sort
order by clicking column heading of b and clicking the sort button. When I
run the form again, sort order is by b.

Where is that information stored??

Thnks for hlp

Henk
 
See the OrderBy property of the form.

Note that this property is only operational if the form's OrderByOn property
is true.
 
Thanks, Allen,

I see the OrderBy property changing. But I don't see the OrderByOn property
in the properties window. Is it only to set in VBA?
 

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

Back
Top