marysilvaramos
Registered User.
- Local time
- Yesterday, 19:00
- Joined
- Oct 22, 2012
- Messages
- 25
Hi Everyone:
I have reviewed many post about converting columns to rows and still does not get it. :banghead:As you might imaging, I am new using access. Please, need help. Here is what I would like to do:
I have a table which want to normalize. Table Name: FlatFile This is the fields list:
StudentID
SchoolQuarter
Subject1
TeacherSubject1
GradeSubject1
PercentageSubject1
Subject2
TeacherSubject2
GradeSubject2
PercentageSubject2.....
Subject20
TeacherSubject20
GradeSubject20
PercentageSubject20
I want to move the data from that tablet to the following: Table Name: tablenormalized; Field List:
StudentID
SchoolQuarter
Subject
Teacher
Grade
Percentage
The process needs to be done automatically every school quarter. It is needed to create the reports cards and I plan to use the crosstab query with the tablenormalized.
Thanks in advance!
Mary
I have reviewed many post about converting columns to rows and still does not get it. :banghead:As you might imaging, I am new using access. Please, need help. Here is what I would like to do:
I have a table which want to normalize. Table Name: FlatFile This is the fields list:
StudentID
SchoolQuarter
Subject1
TeacherSubject1
GradeSubject1
PercentageSubject1
Subject2
TeacherSubject2
GradeSubject2
PercentageSubject2.....
Subject20
TeacherSubject20
GradeSubject20
PercentageSubject20
I want to move the data from that tablet to the following: Table Name: tablenormalized; Field List:
StudentID
SchoolQuarter
Subject
Teacher
Grade
Percentage
The process needs to be done automatically every school quarter. It is needed to create the reports cards and I plan to use the crosstab query with the tablenormalized.
Thanks in advance!
Mary