We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
You can also keep the way of setting the RecordSource of your Form and then on Form Level (e.g. via a button) add additional sorting ..
I used it a lot in continuous forms with many fields to have a click event on the Labels of the fields to dynamically sort.
The Code is like this :
and FYI, a good way to learn SQL is to open the query designer, build what you need, and switch to SQL view and see the resulting statement.
You can go the other way as well if you already have a SQL statement. Switch to design view, paste in the SQL statement, switch to design view and modify as needed, then switch back.
Jim.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Derek Brown
ASKER
I can't believe I have never noticed that in sql before. I don't normally have much need of two levels of order.
Open in new window
You can add as many expressions as you'd like.