Hi and thanks for reading this. If anything is unclear I'd be happy to explain further.
I have tblMain - It has a PK and several columns of data.
tblHoriz has columns containing (FK to tblMain), X, Y, (FK to tblHorizDatum)
I have 1-4 used for FK to tblHorizDatum
I would like to query all of table main and each X and Y for tblHoriz renaming the header to coincide with the Datum and have it all appear on one record row.
I can't seem to get it all to pop onto one record row. If there are 3 data and thus 3 instances of the (FK to tblMain) in tblHoriz I get 3 rows