Hey,
This is not really a transpose, i think.
I don't have much practical experience with Access database so please help with the simplest solution..
I have a table with some data and I want to convert (or create a new one) table into a different format.
my table has the following format...
serial_n 100 500 1000
95x45 1 2 0.9
96X15 3 0.1 0.5
change to this format
serial_no (these two columns will have new headings)
95x45 100 1
95x45 500 2
95x45 1000 0.9
96x15 100 3
96x15 500 0.1
96x15 1000 0.5
I hope, I have explained it well...
Sonia
This is not really a transpose, i think.
I don't have much practical experience with Access database so please help with the simplest solution..
I have a table with some data and I want to convert (or create a new one) table into a different format.
my table has the following format...
serial_n 100 500 1000
95x45 1 2 0.9
96X15 3 0.1 0.5
change to this format
serial_no (these two columns will have new headings)
95x45 100 1
95x45 500 2
95x45 1000 0.9
96x15 100 3
96x15 500 0.1
96x15 1000 0.5
I hope, I have explained it well...
Sonia