Specify Sort Order in Dynamic Query

  • Thread starter Thread starter MaryAnn
  • Start date Start date
M

MaryAnn

Thanks for reading -

How do I specify a sort order on a dynamic query by form?

Any help is appreciated.

MaryAnn
 
You could place a calculated column in your query:
SortBy:Choose([Enter 1-First Name 2-Last Name 3-City 4-Zip], [FirstName],
[LastName], [City], [Zip])
You could substitute other expressions for the parameter.
 

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