C
C. Homey
Does anyone know if there is a way to do this:
We have a table that has several thousand records, against which we
write many different queries. My boss wants a field in the query that
will automatically number the records sequentially everytime he runs
the query.
Autonumber is not the solution because it assigns a number per record
in the table and that doesn't update when you run queries. (He really
wants it to work like A1+1.)
I haven't a CLUE how this might be accomplished - or even if it can be
accomplished and would appreciate any help that can be offered.
We have a table that has several thousand records, against which we
write many different queries. My boss wants a field in the query that
will automatically number the records sequentially everytime he runs
the query.
Autonumber is not the solution because it assigns a number per record
in the table and that doesn't update when you run queries. (He really
wants it to work like A1+1.)
I haven't a CLUE how this might be accomplished - or even if it can be
accomplished and would appreciate any help that can be offered.