Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am creating a QV document using tables from the US Census Bureau. All the the tables have three fields in common (ID, ID2 and Geography). I have a "Main Data" table and trying to connect it to the other tables. However, with only those three fields in common it seems there are no other unique fields by which to associate them. I have created one unique key (ID & '|' & ID2 & '|' & Geography as [%Key Field]), but that only links two tables together and leaves the others without a unique key by which to link them. Any thoughts?
Actually I figured it out on my own. I just needed to use a JOIN.
Actually I figured it out on my own. I just needed to use a JOIN.
If Key is unique then make join between 2 tables based on Key.