Treason
#@$%#!
- Local time
- Today, 07:25
- Joined
- Mar 12, 2002
- Messages
- 340
I have a Text file listing Student ID's and Exam Grades. I have imported this txt file into access. The problem is the way the data is listed seems to be useless. The Database looks like...
1234567890__MATH EXAM_85
____________SCI EXAM__92
____________ENG EXAM__99
1432453252__MATH EXAM_92
____________SCI EXAM__73
____________ENG EXAM__55
Etc...
My problem is the Student's ID is not repeated in the field. So they are not related. The only ideas I have to fix this Database would be to create a module that would say if the Student ID field is Null, Then take the Stud_ID from the previous record. I really hope this makes sense, because I dont see too many options. Any ideas at all are appreciated.
1234567890__MATH EXAM_85
____________SCI EXAM__92
____________ENG EXAM__99
1432453252__MATH EXAM_92
____________SCI EXAM__73
____________ENG EXAM__55
Etc...
My problem is the Student's ID is not repeated in the field. So they are not related. The only ideas I have to fix this Database would be to create a module that would say if the Student ID field is Null, Then take the Stud_ID from the previous record. I really hope this makes sense, because I dont see too many options. Any ideas at all are appreciated.