S
Scott
I have two tables. One has a unique PersonID with a lot of information about
the person (one to one). Another table has one to many records with
addresses associated with people. The 2nd table has an addressID and the
same person can have several address. Each address has an address type. As
it turns out, there is only one address type for each person, which helps me
in what I want to do.
I want to create a table that has a unique PersonID and a field in each
record for two of the types of addresses. In other words, one person has
what we call a HOR address and the same person has a Proposed HOR address. I
want to create a query/table that has the person's ID, a HOR field and a
Proposed HOR field. I want the table to be static, in the sense that I won't
be able to manipulate the records using VB to create a table each time the
query is run, because the query/table will be used to populate a Word
document that gets data from the table.
Ideas? Thanks.
the person (one to one). Another table has one to many records with
addresses associated with people. The 2nd table has an addressID and the
same person can have several address. Each address has an address type. As
it turns out, there is only one address type for each person, which helps me
in what I want to do.
I want to create a table that has a unique PersonID and a field in each
record for two of the types of addresses. In other words, one person has
what we call a HOR address and the same person has a Proposed HOR address. I
want to create a query/table that has the person's ID, a HOR field and a
Proposed HOR field. I want the table to be static, in the sense that I won't
be able to manipulate the records using VB to create a table each time the
query is run, because the query/table will be used to populate a Word
document that gets data from the table.
Ideas? Thanks.