I need to combine multiple rows into one, where one of the columns is a linked record.
Owners Table
Column 1: Owner Name
Column 2: Cars (linked to records on the Cars table)
Right now on the Owners Table, there is a row for each car the Owner owns.
S...