Hello, I have a simply query that returns 36 results in order based on a database field's value. How do I include a column in the output table that lists the order? (example: 1, 2, 3, 4, ... 36)? Recordcount displays 36 for all rows... not, 1, 2, 3, 4, ... Thanks