M
Martino165
General questions: Can you upload a flat file into multiple related
tables?
If so... How can you make sure those are not duplicates.
for example: table 1- classes table 2- teachers table 3-
schedule
table 1 fields: class number, class name, class desc.
table 2 fields: teach last name, teacher first name, teacherID
table 3 fields: class number, teacherID, class time
I think these example tables have obvious relationships... If the input
flat file is just those listed, but specific fields would not be known
to the person creating the input file (e.g. teacherID).
therefore the flat file would just look like:
last name, first name, class name, class time
If the teacher is all ready listed I would just want the proper
associations to be kept in table 3 eventhough the auto ID #'s would not
be in the flat file.
If the teachers name is not listed I would want it to be added to the
teacher table and the schedule table.
Is this possible or do the arbitrary ID #s need to be known.
Any input would be greatly appreciated.
tables?
If so... How can you make sure those are not duplicates.
for example: table 1- classes table 2- teachers table 3-
schedule
table 1 fields: class number, class name, class desc.
table 2 fields: teach last name, teacher first name, teacherID
table 3 fields: class number, teacherID, class time
I think these example tables have obvious relationships... If the input
flat file is just those listed, but specific fields would not be known
to the person creating the input file (e.g. teacherID).
therefore the flat file would just look like:
last name, first name, class name, class time
If the teacher is all ready listed I would just want the proper
associations to be kept in table 3 eventhough the auto ID #'s would not
be in the flat file.
If the teachers name is not listed I would want it to be added to the
teacher table and the schedule table.
Is this possible or do the arbitrary ID #s need to be known.
Any input would be greatly appreciated.