choppysuey
Technical User
Hope this is the right forum to ask this question. I'm trying to write a simple query based upon a single table and all I want is an extra column in the query that numbers the records in the query starting with 1 and ending with the number of records in the query. i.e if four records in the query then:
RecordNum SampleID Date
1 ...
2
3
4
I've tried using the count and sum function in the query but can't get it to work. Any hints?
Thanks in advance.
RecordNum SampleID Date
1 ...
2
3
4
I've tried using the count and sum function in the query but can't get it to work. Any hints?
Thanks in advance.