Scott
The OrderBy property only applies to OLE DB databases. For example, if you have a business object that is browsing a Visual FoxPro database, it requires an ORDER BY clause for a TOP x statement. Without this statement FoxPro does not know how to gather the records.
The reason your results did not change is because the initial sort is determined by the SearchColumns by setting one of the fields sort direction.
Hope this helps.
Thanks