I'm interested in having a sequentially numbered field show up in a query. The reason is that the results of the query will be directly exported to Excel, and as the file is sorted and filtered, it would be helpful to have a field that tracks what number the record was. As I'll be distributing the file, this field will be the 'identifier' for the line (or record). I'm not interested in using a autonumber field, as I want the records to always start at '1' in each query that is run.
I've searched for this answer but come up dry. I'm aware of how to do this in a recordset (that would be easy) and even in a temp table, but what I'm really after is the ability to just have something that I can put into a query without coding.
Thanks,
Tim
I've searched for this answer but come up dry. I'm aware of how to do this in a recordset (that would be easy) and even in a temp table, but what I'm really after is the ability to just have something that I can put into a query without coding.
Thanks,
Tim