J
John
I have a database that contains three tables (PEP, PEP Comments, and
Milestones) The PEP Table has a PKey and is related to fields in PEP
Comments and Milestones via this PKey. One to Many in each case
I am trying to generate a report that will display info from the PEP table
(header type data), then display info from the Milestones table (may have 1
MS or 20), then display additional data from the PEP Table (more detailed in
nature) and finally display info from the PEP Comments table (may have 1
comment or 20).
When i base it on a query(for PEP #), it looks fine but only displays the
first of whatever number of milestones and comments related to that PEP. If
I try a report of all PEPs, I am getting things repeating themselves
throughout, a huge mess overall.
My tables are left joined.
Any help would be appreciated.
qwerty
Milestones) The PEP Table has a PKey and is related to fields in PEP
Comments and Milestones via this PKey. One to Many in each case
I am trying to generate a report that will display info from the PEP table
(header type data), then display info from the Milestones table (may have 1
MS or 20), then display additional data from the PEP Table (more detailed in
nature) and finally display info from the PEP Comments table (may have 1
comment or 20).
When i base it on a query(for PEP #), it looks fine but only displays the
first of whatever number of milestones and comments related to that PEP. If
I try a report of all PEPs, I am getting things repeating themselves
throughout, a huge mess overall.
My tables are left joined.
Any help would be appreciated.
qwerty