Resort Order in a Form

S

Sorting in a Graph

What is the best way of reordering records in a form? This would be across
multiple columns in the table vs a single column on the form that I could hit
the Sort Descending/Ascending button on the main menu.
 
K

KARL DEWEY

One way is to put sort selection check boxes in the header of your form and
have it refresh/requery when a selection is changed.
In the query have criteria for the sort selection and your sort field.
Create a query for each different sort. Put these in a union query as your
source. Only the one that matches your sort criteria selection will output
records.
 

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