glofishing
Technical User
Hi,
I have a table that need to be sorted with a sequence of values. A field has a numeric value:
[seqorder] will have a numeric value 1-5. I need to query records that will create a sequenced output and then repeat this sequence. So, I query a table and the output would be sorted like this:
Record 1 [seqorder] = 1
Record 2 [seqorder] = 2
Record 3 [seqorder] = 3
Record 4 [seqorder] = 1
Record 5 [seqorder] = 2
Record 6 [seqorder] = 3
ETC...
Thanks!
glofishing
I have a table that need to be sorted with a sequence of values. A field has a numeric value:
[seqorder] will have a numeric value 1-5. I need to query records that will create a sequenced output and then repeat this sequence. So, I query a table and the output would be sorted like this:
Record 1 [seqorder] = 1
Record 2 [seqorder] = 2
Record 3 [seqorder] = 3
Record 4 [seqorder] = 1
Record 5 [seqorder] = 2
Record 6 [seqorder] = 3
ETC...
Thanks!
glofishing