carlosfandango
Technical User
I have a number of tables each with the same 10 unique ID's in. In each table there are numerous figures about each record, the fields have the naming convention "Code _ Timeframe" for example SSX32_0304 for the item of data SSX in 2003/04.
The problem is I need to append all the data in all the columns into one. So I have a huge list containing the unique ID then the column name then the data item.
Is this at all possible easily as opposed to listing all of the fields in a union query as there is hundreds?
Cheers
Carl
The problem is I need to append all the data in all the columns into one. So I have a huge list containing the unique ID then the column name then the data item.
Is this at all possible easily as opposed to listing all of the fields in a union query as there is hundreds?
Cheers
Carl