G
Guest
I have a query that looks like below and I want to add a new column that
combines the projectID and another new column that numbers each entry
incrementally by projectID. I need to know how to number items in a query by
projectID.
ProjectID Product Description Number NewColumn
1688 item 1 0001 1688.0001
1688 item 2 0002 1688.0002
1944 item 1 0001 1944.0001
Any help would be great.
Thank you,
JCL
combines the projectID and another new column that numbers each entry
incrementally by projectID. I need to know how to number items in a query by
projectID.
ProjectID Product Description Number NewColumn
1688 item 1 0001 1688.0001
1688 item 2 0002 1688.0002
1944 item 1 0001 1944.0001
Any help would be great.
Thank you,
JCL