J
Joseph Balzamo
I have an existing table with one field and many records,
I need to move all of the records from my existing table
into a new table but I want to be able to place the first
4 records of my existing table into 4 seperate fields of
my new table and then place the next 4 records of my
existing table into the second set of records in my new
table.
Example...:
Existing Table
Field 1
---------
record1
record2
record3
record4
record5
record6
record7
record8
New Table
Field1 Field2 Field3 Field4
-----------------------------------
record1 record2 record3 record4
record5 record6 record7 record8
How can I do this? any help would be appriciated.
Thank you
I need to move all of the records from my existing table
into a new table but I want to be able to place the first
4 records of my existing table into 4 seperate fields of
my new table and then place the next 4 records of my
existing table into the second set of records in my new
table.
Example...:
Existing Table
Field 1
---------
record1
record2
record3
record4
record5
record6
record7
record8
New Table
Field1 Field2 Field3 Field4
-----------------------------------
record1 record2 record3 record4
record5 record6 record7 record8
How can I do this? any help would be appriciated.
Thank you