I
iamnu
I have a tblPB with Field Names DDID (AutoNumber), PBID, DirectoryID,
and DeptID.
I have a tblPhoneBook with Field Names PBID (AutoNumber), and
PersonsName.
DirectoryID may have duplicates.
PBID may have duplicates in tblPB.
DeptID may have duplicates in tblPB
SortKey1 contains PersonsName.
Group on = Each Value
Keep Together = With First Detail
When I run the report, PersonsName is NOT printed after the first time
when there are duplicate DirectoryID's.
So I added a SortKey2, containing DirectoryID.
Group On = Each Value
Keep Together = No
When the Group Header is created, it has a height of 0.25". This
solved the problem so that names are printed each time duplicates are
present (although I don't understand why this step was necessary).
HOWEVER, if I change the height of the Group Header, or set it's
property to Not Visible, the report goes back to ignoring the
Duplicate Names and Only printing them once. Very Strange!
Anyone have an idea of what may be the problem?
and DeptID.
I have a tblPhoneBook with Field Names PBID (AutoNumber), and
PersonsName.
DirectoryID may have duplicates.
PBID may have duplicates in tblPB.
DeptID may have duplicates in tblPB
SortKey1 contains PersonsName.
Group on = Each Value
Keep Together = With First Detail
When I run the report, PersonsName is NOT printed after the first time
when there are duplicate DirectoryID's.
So I added a SortKey2, containing DirectoryID.
Group On = Each Value
Keep Together = No
When the Group Header is created, it has a height of 0.25". This
solved the problem so that names are printed each time duplicates are
present (although I don't understand why this step was necessary).
HOWEVER, if I change the height of the Group Header, or set it's
property to Not Visible, the report goes back to ignoring the
Duplicate Names and Only printing them once. Very Strange!
Anyone have an idea of what may be the problem?