E
Elise
I have flat table imported from and excel file. It has student data, parent
data (actually parent 1 data and parent 2 data), and address data.
Some of the addresses have multiple families. In those cases the parents of
one child isn't the same as another child in that home. Some of the
addresses have step children so that while the one parent is the same for
each child the other may be different for each child. And finally, with
multiple people doing the data entry, in some homes with multiple children a
particular parent may be listed in the parent 1 fields in the record for one
child at the address and in the parent 2 fields in a record for another child
at the address. Because of this I can't simply use the address table to link
the parents with the students.
The relationships as I see them are:
address to parent - one to many
address to student - one to many
student to parent - many to many
I used the analyzer and pulled student fields to a student table from the
main table, parent fields to a parent table from the main table, and left the
address fields in the main table.
this gave me the address to parent and address to student relationships but
not the parent to student relationship.
any ideas?
data (actually parent 1 data and parent 2 data), and address data.
Some of the addresses have multiple families. In those cases the parents of
one child isn't the same as another child in that home. Some of the
addresses have step children so that while the one parent is the same for
each child the other may be different for each child. And finally, with
multiple people doing the data entry, in some homes with multiple children a
particular parent may be listed in the parent 1 fields in the record for one
child at the address and in the parent 2 fields in a record for another child
at the address. Because of this I can't simply use the address table to link
the parents with the students.
The relationships as I see them are:
address to parent - one to many
address to student - one to many
student to parent - many to many
I used the analyzer and pulled student fields to a student table from the
main table, parent fields to a parent table from the main table, and left the
address fields in the main table.
this gave me the address to parent and address to student relationships but
not the parent to student relationship.
any ideas?