K
Keith S
I have a request to be able to sequentially number records in a query. I
have looked in the forum and found similar questions, but I guess I am not
making the connection. I have a table named, Cycle_Time, that I am running a
query off of and the fields include Facility, Ord Num, Ord Line Num, Cycle
Time. I am after a result to group it by facility. I am have an example
below.
Facility Ord Num Ord Line Num Cycle Time Result I want
HK 1234 001 10 1
HK 4567 003 9 2
HK 7899 002 8 3
JF 9874 003 12 1
JF 5632 001 11 2
JF 6543 002 10 3
I would appreciate any help on coding this. Thanks for all your help.
have looked in the forum and found similar questions, but I guess I am not
making the connection. I have a table named, Cycle_Time, that I am running a
query off of and the fields include Facility, Ord Num, Ord Line Num, Cycle
Time. I am after a result to group it by facility. I am have an example
below.
Facility Ord Num Ord Line Num Cycle Time Result I want
HK 1234 001 10 1
HK 4567 003 9 2
HK 7899 002 8 3
JF 9874 003 12 1
JF 5632 001 11 2
JF 6543 002 10 3
I would appreciate any help on coding this. Thanks for all your help.