Hi all,
I have an access table where I would like to add Line Nos.
This is a Detail (Header/Detail) Table below
For eg below,
Customer ID Order No Invoice ID
1002 100 123
1002 100 233
1002 100 344
For the same CustomerID, for the same Order No, there can be multiple Invoice IDs, so when each Invoice ID's, a record should be written like below
Customer ID Order No Invoice ID Line No
1002 100 123 1
1002 100 233 2
1002 100 344 3
See, the Line Number should be added, so that we can make it unique in the Detail Table. SO, what I am looking for is how can I add a line number like 1,2,3 ...) to the table at run time.
Please let me know if anybody could throw some light,
Thanks a Lot in advance
Regards
I have an access table where I would like to add Line Nos.
This is a Detail (Header/Detail) Table below
For eg below,
Customer ID Order No Invoice ID
1002 100 123
1002 100 233
1002 100 344
For the same CustomerID, for the same Order No, there can be multiple Invoice IDs, so when each Invoice ID's, a record should be written like below
Customer ID Order No Invoice ID Line No
1002 100 123 1
1002 100 233 2
1002 100 344 3
See, the Line Number should be added, so that we can make it unique in the Detail Table. SO, what I am looking for is how can I add a line number like 1,2,3 ...) to the table at run time.
Please let me know if anybody could throw some light,
Thanks a Lot in advance
Regards