Hello,
Not sure I posted to the correct forum, but here goes
I would like to import an excel sheet into a new access table. However I am having problems
with multiple fields.
Lets say for instance that in my excel sheet I have the following fields
Field name Name Exam Exam_score Date
Purge Maths 60 7-01-2007
--------------------------
Then I import that into a table. Then that is no problem, but then going back to the excel sheet I have noticed that one study could take many different exams. Hence the below
Name Exam Exam_score Date
Purge English 70 7-01-2007
------------------------
we have a problem in the table because the fields begin to multiply if Purge has taken 20 exams
fieldname
name
exam
exam_score
date
exam2
exam_score2
exam3
exam_score3
exam4
and so on....can you imagine if I hit 40?
I was thinking maybe I could add some lookup field to a cell in excel or access? Am I on the correct path? Since I want to import, but the multiple fields/columns are getting in the way.
Not sure I posted to the correct forum, but here goes
I would like to import an excel sheet into a new access table. However I am having problems
with multiple fields.
Lets say for instance that in my excel sheet I have the following fields
Field name Name Exam Exam_score Date
Purge Maths 60 7-01-2007
--------------------------
Then I import that into a table. Then that is no problem, but then going back to the excel sheet I have noticed that one study could take many different exams. Hence the below
Name Exam Exam_score Date
Purge English 70 7-01-2007
------------------------
we have a problem in the table because the fields begin to multiply if Purge has taken 20 exams
fieldname
name
exam
exam_score
date
exam2
exam_score2
exam3
exam_score3
exam4
and so on....can you imagine if I hit 40?
I was thinking maybe I could add some lookup field to a cell in excel or access? Am I on the correct path? Since I want to import, but the multiple fields/columns are getting in the way.