M
Mjohnson
Say I have a table (with lots of records) and I need to
assign A, B, C, and D to a record going all the way down
the file, what is the easiest way to do it. I don't know
if I said it right in words, but see below for further
descriptions:
My table now:
Record 1
Record 2
Record 3
Record 4
Record 5
Record 6
Record 7
Record 8
Record 9
I want to update it to say
Record 1 A
Record 2 B
Record 3 C
Record 4 D
Record 5 A
Record 6 B
Record 7 C
Record 8 D
Record 9 A
And so on all the way down.
What would be the easiest way to do this?
Thanks so much!!!!
assign A, B, C, and D to a record going all the way down
the file, what is the easiest way to do it. I don't know
if I said it right in words, but see below for further
descriptions:
My table now:
Record 1
Record 2
Record 3
Record 4
Record 5
Record 6
Record 7
Record 8
Record 9
I want to update it to say
Record 1 A
Record 2 B
Record 3 C
Record 4 D
Record 5 A
Record 6 B
Record 7 C
Record 8 D
Record 9 A
And so on all the way down.
What would be the easiest way to do this?
Thanks so much!!!!