Have an Access database. Have 3 tables all linked to an ID. This is a tenant database. Have one tenant with 2 occupants and 2 cars. Have exported to Excel the 3 tables. I now have two rows for the one tenant for the second occupant and the second car. Want to make one row with both occupants and both cars on the same row so that the column headings could be Occ1 and Occ2 and car1 and car2. That is the simplified version of my problem. There would be a Do While for the ID so as to loop through but unsure where to go to put the row information into one row and/or separate columns or output everything to a new table. Thanks for any help.