B
BrianG
I have a query that combines an Institution Table and a Persons Table.
The Institution may have 0 to 3 people associated with it. The
problem is when I run the query if an Institution has 2 or more people
associated with it, it shows up 2 or more times. Is there a way that
you can simply add aditional rows to the query and have the duplicate
people added to those rows. This query is going to be used to make a
dirsctorey in a mail merge document...
Go from this:
Institution1 Tom
Institution1 Frank
Institution1 Joe
Institution2 Mary
Institution2 George
To this:
Institution1 Tom Frank Joe
Institution2 Mary George
Many Thanks!!
The Institution may have 0 to 3 people associated with it. The
problem is when I run the query if an Institution has 2 or more people
associated with it, it shows up 2 or more times. Is there a way that
you can simply add aditional rows to the query and have the duplicate
people added to those rows. This query is going to be used to make a
dirsctorey in a mail merge document...
Go from this:
Institution1 Tom
Institution1 Frank
Institution1 Joe
Institution2 Mary
Institution2 George
To this:
Institution1 Tom Frank Joe
Institution2 Mary George
Many Thanks!!