M
maggie
Table 1 has a field called "father first name", one
called "father last name", and one called "father
address". Table 2 has a field called "grandfather first
name", one called "grandfather last name", and one
called "grandfather address". The two tables can be
joined together by a field called "student number", as
they are related to the same student. I want a query
that will take the father information (from table 1) and
put it into fields called "first name", "last name",
and "address". So far, not a problem. I can do this
part. But now I also want the grandfather information to
be to be put into these same fields (first name, last
name, address) as a separate record from the father. How
would I write the query so that I get the father's
information on one line of the query result, and the
grandfather information on another line of the query
result? But into the same field names? I hope this
makes sense. Your assistance is appreciated.
called "father last name", and one called "father
address". Table 2 has a field called "grandfather first
name", one called "grandfather last name", and one
called "grandfather address". The two tables can be
joined together by a field called "student number", as
they are related to the same student. I want a query
that will take the father information (from table 1) and
put it into fields called "first name", "last name",
and "address". So far, not a problem. I can do this
part. But now I also want the grandfather information to
be to be put into these same fields (first name, last
name, address) as a separate record from the father. How
would I write the query so that I get the father's
information on one line of the query result, and the
grandfather information on another line of the query
result? But into the same field names? I hope this
makes sense. Your assistance is appreciated.