B
Brenda C.
I've got two tables that are joined which contain the data for the report I
am generating. The report page header is fine, it's the data header that's
not functioning as I need for it to. Example below...
Name
Address1
Address2
Address3
Data
Data
Data
Data
Data...
I can't get Address2 and Address3 to show up in the header I've created.
Instead, the data shows up as follows:
Name
Address1
Data
Data
Data
Address2
Data
Data
Data
Address3
Data
Data
Data
The data is repeated in full after each Address.
I have a constraint on the tables, I do not have primary keys set up because
there are multiple pieces of data for each Name in each table. There are no
one-to-one relationships between the two tables.
Thanks,
Brenda C.
am generating. The report page header is fine, it's the data header that's
not functioning as I need for it to. Example below...
Name
Address1
Address2
Address3
Data
Data
Data
Data
Data...
I can't get Address2 and Address3 to show up in the header I've created.
Instead, the data shows up as follows:
Name
Address1
Data
Data
Data
Address2
Data
Data
Data
Address3
Data
Data
Data
The data is repeated in full after each Address.
I have a constraint on the tables, I do not have primary keys set up because
there are multiple pieces of data for each Name in each table. There are no
one-to-one relationships between the two tables.
Thanks,
Brenda C.