SQL Joins and MS Access - How to combine multiple tables into one?
问题 I have four tables in Access 2010, each with the same primary key. I'd like to join all the data in all four tables into one table with columns for each value tied to the primary key over all the tables. So, for example: Table1 ID Value1 1 10 2 7 3 4 4 12 Table 2 ID Value2 1 33 2 8 6 19 7 4 Table 3 ID Value3 1 99 2 99 5 99 7 99 I'd like to create: Table 4 ID Value1 Value2 Value3 1 10 33 99 2 7 8 99 3 4 4 12 5 99 6 19 7 4 99 I'm using MS Access and I know I have to basically use 3 joins (left,