Question
Re-sort Queries
What is the most efficient and effective way to resort a
query of data after it has been displayed on the page? Can I use
query of queries for this?
For example, once a recordset is displayed on a page, I'd like to give the option to sort the data by alphabetical, or when it was updated.
I tried the QoQ and it says the query is not found in memory.
Do I have to go back to the database and query to do this or is there a quicker way?
For example, once a recordset is displayed on a page, I'd like to give the option to sort the data by alphabetical, or when it was updated.
I tried the QoQ and it says the query is not found in memory.
Do I have to go back to the database and query to do this or is there a quicker way?