I am trying to write a query to select 3 fields from one query & 2 other fields from another query. When I attempt to run this and I join on the three fields from the first query to the 2nd I get duplicate rows. Meaning, without the 2 fields form the 2nd query I get X amount of rows, but since there are duplicate records in the 1st query (I do want these because the values in the fields from the 2nd query can be different) I get double the rows for those records that are duplicate. For the rows that are not, it is fine.
I have tried using ‘Distinct’, but the row count is off. Any ideas?
Thanks, Mike
I have tried using ‘Distinct’, but the row count is off. Any ideas?
Thanks, Mike