D
daffy333
Good morning,
I would like to make a table from another table that counts records
using a type of row number, based on the number in the field [Batch].
For example:
Record--[Batch]
1--6114
2--6114
3--6114
4--6115
5--6115
6--6116
7--6117
8--6117
9--6117
And the second table would look like:
Record -- [Batch]--[Row]
1--6114--1
2--6114--2
3--6114--3
4--6115--1
5--6115--2
6--6116--1
7--6117--1
8--6117--2
9--6117--3
.... and so on. I know that I will need a function to do this, but I
can not begin to think how to start it. Has anyone else done this sort
of thing?
Thank you,
Greg
I would like to make a table from another table that counts records
using a type of row number, based on the number in the field [Batch].
For example:
Record--[Batch]
1--6114
2--6114
3--6114
4--6115
5--6115
6--6116
7--6117
8--6117
9--6117
And the second table would look like:
Record -- [Batch]--[Row]
1--6114--1
2--6114--2
3--6114--3
4--6115--1
5--6115--2
6--6116--1
7--6117--1
8--6117--2
9--6117--3
.... and so on. I know that I will need a function to do this, but I
can not begin to think how to start it. Has anyone else done this sort
of thing?
Thank you,
Greg