Hello,
I have 2 tables I'm combining which contain 2 columns each. Both have one common column named ProjectNum. They both have same amount of records (503 records) I am trying to use a query to put them all into one table matching the project number. When I do this, it brings a result of nearly 700 records. So I then go to the sql portion & input disctinct & then it gives a result of 433 records. Please note some project numbers have multiple records with different dates or revisions. For example: ProjectNum SR001 has more than one record (Containing different info)
Any ideas on how I can do this? I did notice that when there were multiple records with the same project number that the query would duplicate these even more. Like one of the project numbers had 5 records associated with it, but the query made like 25 records. It seems it made 5 sets of the same records?
Thanks,
~roystreet
I have 2 tables I'm combining which contain 2 columns each. Both have one common column named ProjectNum. They both have same amount of records (503 records) I am trying to use a query to put them all into one table matching the project number. When I do this, it brings a result of nearly 700 records. So I then go to the sql portion & input disctinct & then it gives a result of 433 records. Please note some project numbers have multiple records with different dates or revisions. For example: ProjectNum SR001 has more than one record (Containing different info)
Any ideas on how I can do this? I did notice that when there were multiple records with the same project number that the query would duplicate these even more. Like one of the project numbers had 5 records associated with it, but the query made like 25 records. It seems it made 5 sets of the same records?
Thanks,
~roystreet