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
 
Back
Top