G
Guest
I have a table that has the following data (Level1, Level2, Level3 being
headers):
Level1 Level2 Level3
1/1/2003 1/1/2004 6/1/2004
Using code, I want to create a new table where the field names in the above
table become data in the new table:
levels level_date
Level1 1/1/2003
Level2 1/1/2004
Level3 6/1/2004
Can I use "For Each" to go through each field in the 1st table and add that
field name as a value in the levels field in the new table? Or is there a
better way??
Thanks,
J
headers):
Level1 Level2 Level3
1/1/2003 1/1/2004 6/1/2004
Using code, I want to create a new table where the field names in the above
table become data in the new table:
levels level_date
Level1 1/1/2003
Level2 1/1/2004
Level3 6/1/2004
Can I use "For Each" to go through each field in the 1st table and add that
field name as a value in the levels field in the new table? Or is there a
better way??
Thanks,
J