Hi,
I have two tables, one table has a unique identifier (Primary Key) and shows only unique distinct rows. The other table has an identifier which is not unique (Foreign Key). Is it possible to join these two tables and display the unique identifier from table 1 with only the most recently entered data from table 2? Unfortunetly, I have tried several different query techniques to find that my 20,000 records in table 1 become 60,000 records when the two tables are joined. I would like to join the two tables to mimick table 1, show each unique identifier once, and show only the most recent data from table 2 (excluding data that is different but under the same identifier). Their is no linking option for doing something like this, does anyone have any ideas?
Is this possible?
Thank you very much,
Joe
I have two tables, one table has a unique identifier (Primary Key) and shows only unique distinct rows. The other table has an identifier which is not unique (Foreign Key). Is it possible to join these two tables and display the unique identifier from table 1 with only the most recently entered data from table 2? Unfortunetly, I have tried several different query techniques to find that my 20,000 records in table 1 become 60,000 records when the two tables are joined. I would like to join the two tables to mimick table 1, show each unique identifier once, and show only the most recent data from table 2 (excluding data that is different but under the same identifier). Their is no linking option for doing something like this, does anyone have any ideas?
Is this possible?
Thank you very much,
Joe