Function to auto-number rows of parts
I am trying to figure out how to create a function that will count appearences of the same part in a table. For example if the same part is ordered six times. Each of the six entries is numbered, 1, 2, 3, 4, ,5, 6. Then the next part may have three entries and each entry is numbered 1, 2, 3.
To be clear, I am not looking to count total parts, but auto number each record by the unique part.
Thanks for the help
Phillip
|