S
ShelleyS
I have linked via ODBC tables from another database. I have created a query
to pull in two columns of information from the two tables in the query. I
would like to add an extra column that is only created when the query is run,
to dynamically number each row incrementally, depending on how many rows the
query returns. If it returns 10 rows, then the first column should be
numbered 1 to 10, if it returns 357 rows, then the rows should automatically
incrementally number each from from 1 to 357.
to pull in two columns of information from the two tables in the query. I
would like to add an extra column that is only created when the query is run,
to dynamically number each row incrementally, depending on how many rows the
query returns. If it returns 10 rows, then the first column should be
numbered 1 to 10, if it returns 357 rows, then the rows should automatically
incrementally number each from from 1 to 357.