Hai. I have student marks in excel sheet. I need to export this data in to msaccess. I have no problem in exporting the data. My excel sheet is in this format
I have 40 students. Each student had attended 9 tests which has 5 criteria, under which marks had been given(10).
one sample data is
B0841 Albert Raja A.
0 0 0 0 0
0 0 0 0 0.5
2 2 0 0 1
0 0 0 0 0
0 0 0 0 0
2 1 1 1 0
2 1 1 1 0
1.5 1.5 1.5 1 0.5
2 1 1.5 1.5 1
This whole data is in one row. Now I want this to be exported in 9 rows, I have 5 columns, so student's regno will be repeated 9 times, but i want this marks to be entered in 9 rows for 9 tests.
How do I do that without modifying the structure of excel sheet.
I have 40 students. Each student had attended 9 tests which has 5 criteria, under which marks had been given(10).
one sample data is
B0841 Albert Raja A.
0 0 0 0 0
0 0 0 0 0.5
2 2 0 0 1
0 0 0 0 0
0 0 0 0 0
2 1 1 1 0
2 1 1 1 0
1.5 1.5 1.5 1 0.5
2 1 1.5 1.5 1
This whole data is in one row. Now I want this to be exported in 9 rows, I have 5 columns, so student's regno will be repeated 9 times, but i want this marks to be entered in 9 rows for 9 tests.
How do I do that without modifying the structure of excel sheet.
Comment