G
Guest
I have the following rows and columns in a table
C1 C2
1
A
B
2
A
B
C
etc.
I want to duplicate the value in column 1 into the following records.
1
1 A
1 B
2
2 A
2 B
2 C
etc.
I can do this in Excel. Is there a way to do it in Access?
-Al
C1 C2
1
A
B
2
A
B
C
etc.
I want to duplicate the value in column 1 into the following records.
1
1 A
1 B
2
2 A
2 B
2 C
etc.
I can do this in Excel. Is there a way to do it in Access?
-Al