I have a query which pulls a parent part number from a database table and then
pulls a Bill of materials of all the items under that part number and displays these
parts with the parent part number.
I create a table with this data but I would also like to create a line number field so
that each line containing a part number under the parent part number is listed wth
a line item. For example, I would like to set this up to create a table as shown below:
Parent item Line
xxxxx 1234 1
xxxxx 1322 2
xxxxx 1455 3
xxxxx 1133 4
yyyyy 5432 1
yyyyy 5665 2
zzzzz 1122 1
zzzzz 2111 2
How can I create these line counts and add them to my table?
Thanks again
pulls a Bill of materials of all the items under that part number and displays these
parts with the parent part number.
I create a table with this data but I would also like to create a line number field so
that each line containing a part number under the parent part number is listed wth
a line item. For example, I would like to set this up to create a table as shown below:
Parent item Line
xxxxx 1234 1
xxxxx 1322 2
xxxxx 1455 3
xxxxx 1133 4
yyyyy 5432 1
yyyyy 5665 2
zzzzz 1122 1
zzzzz 2111 2
How can I create these line counts and add them to my table?
Thanks again