S
Samuel
Hello,
Could someone help me with transforming data from a table into a new table?
I have table where i have the following fields in datasheetview:
id | date | image | question1 | question2 | question..N
I would like to have it in this way:
id | date | image | answer
1 01-01-2004 test.tif 100 (this is the value of field question1)
As you can see the first 3 fields remains the same, but the records of those
3 fields should be inserted for each record of the question fields.
Is this possible
Could someone help me with transforming data from a table into a new table?
I have table where i have the following fields in datasheetview:
id | date | image | question1 | question2 | question..N
I would like to have it in this way:
id | date | image | answer
1 01-01-2004 test.tif 100 (this is the value of field question1)
As you can see the first 3 fields remains the same, but the records of those
3 fields should be inserted for each record of the question fields.
Is this possible