M
mattc66 via AccessMonster.com
I have a table of Records called Order Detail.
The line Number feild was left out. Now I need add it in to the exsisting
data.
I thought I could Use a query and Rank the Order number to figure out the
line# for each record.
OrderNum LineNum
1000 1
1000 2
1000 3
1005 1
1005 2
1005 3
1004 1
etc
What would be the best way to do this. I only need to do it this one time.
The data will have the Line# in the future.
The line Number feild was left out. Now I need add it in to the exsisting
data.
I thought I could Use a query and Rank the Order number to figure out the
line# for each record.
OrderNum LineNum
1000 1
1000 2
1000 3
1005 1
1005 2
1005 3
1004 1
etc
What would be the best way to do this. I only need to do it this one time.
The data will have the Line# in the future.