My table control is populated via a query; the invoice column (which is defined as a text field in the Analysis) is not respecting numeric values, so invoice #100 is being listed before invoice #99.
When I tried adding the COLUMNNAME..SortOption = ccRespectNumeric (replacing COLUMNAME with the actual Table Control's column name associated with the invoice field) to the code the problem still exists (i.e. 100 is displayed before 99). When I opened the query that 'feeds' the table control I don't see anything on screen pertaining to respecting numeric sorting.
What am I missing that is so obvious but hidden from me <g>?
When I tried adding the COLUMNNAME..SortOption = ccRespectNumeric (replacing COLUMNAME with the actual Table Control's column name associated with the invoice field) to the code the problem still exists (i.e. 100 is displayed before 99). When I opened the query that 'feeds' the table control I don't see anything on screen pertaining to respecting numeric sorting.
What am I missing that is so obvious but hidden from me <g>?