programmatically sorting a query

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

Guest

I have a query "MyQuery" that is just a basic query of a table, showing all
the fields, unsorted. In my code, I need to sort this query twice. In the
first part, I need to sort it by the field determined in the code as
strChoice1. Then later in the code, I'll need to resort it by 2 fields,
first strChoice1, and strChoice2, respectively. Is this easy to do?
Thanks,
ck
 

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