pstraszynski
Paul Stras
- Local time
- Today, 12:09
- Joined
- Dec 19, 2007
- Messages
- 20
Hello/Hola/Bonjour !
I have a query based on two tables, joined by the primary key of the left table (right table has a different primary key). There is a one-to-many relationship between the left table and the right. (e.g. 1 to 4)
What I want to show is all of the data in the four (right table) rows, plus only a few columns from the left table. That is, four rows total.
The problem I'm having is that the data from the left table is showing in each one of the four rows. (Instead of getting four rows with $800 in only one of those rows and three empty cells below it, I'm getting all four rows with $800 in that column).
I've tried a few things to get rid of the duplicates but no success so far. I'm not really well versed in Access queries but there must be a way to do this.
Help/suggestions appreciated
Paul Stras
I have a query based on two tables, joined by the primary key of the left table (right table has a different primary key). There is a one-to-many relationship between the left table and the right. (e.g. 1 to 4)
What I want to show is all of the data in the four (right table) rows, plus only a few columns from the left table. That is, four rows total.
The problem I'm having is that the data from the left table is showing in each one of the four rows. (Instead of getting four rows with $800 in only one of those rows and three empty cells below it, I'm getting all four rows with $800 in that column).
I've tried a few things to get rid of the duplicates but no success so far. I'm not really well versed in Access queries but there must be a way to do this.
Help/suggestions appreciated
Paul Stras