Problem with report sorting

  • Thread starter Thread starter aspexet
  • Start date Start date
A

aspexet

Hi. I'm trying to sort a report, and it's being stubborn.

I went into report properties, and set Order By to
"[LastName], [FirstName]"

and Order By On to
"Yes"

But it insists on sorting by a different Field ([City])

Anyone else with this problem?
 
Set the sorting using the Sorting and Grouping dialog. This would always
"take precedence" over the Order By property.
 
Hooray! I didn't even know that was there. I was trying to set the sort
order in a VBA script, so I had to throw out all the stuff in that
dialog.
 
Back
Top