Could someone give me an example on how to do this.
I have 2 or more tables that have a ID field that will be the same in each table. I need to create a sql Select and combine into one recordset some fields from all the tables. The first table will always contain all records that may be in the 2nd 3rd ..etc table. I've tried differnt ways of using join and union but I can't figure this out.
Please help
I have 2 or more tables that have a ID field that will be the same in each table. I need to create a sql Select and combine into one recordset some fields from all the tables. The first table will always contain all records that may be in the 2nd 3rd ..etc table. I've tried differnt ways of using join and union but I can't figure this out.
Please help