A
Andy
Hi;
Created something like a "Family Tree" database. Getting in-correct
placement of data displayed in the report.
Tracking Ancestor/Predecessors, Education and Career.
Have:
tblMain, (Name/Address/Phone)
tblEducation (High School/College)
tblCareer (Current Job/First Job)
Relationship is one to many to tblmain using tblMainID.
Created qryCombined.and based the report on it.
Name/Address/Phone controls are in Report Header.
High School
College
Current Job
Display correctly if the Current Job was also the First job.
The problem arises when the person worked at two different jobs.
High School
Current Job
College
First Job.
If Hide Duplicates = False it shows two of each. Tried Hide Duplicates =
True, and CanShrink = True
Tried Grouping Education (w/wo Headers/Footers). Tried Grouping Career
(w/wo Headers/Footers)
Sorting. Whole Group. PreFix. All in Detail. None in Detail. In Header.
In Footer. A dozen more.
What's wrong?
Andy
Created something like a "Family Tree" database. Getting in-correct
placement of data displayed in the report.
Tracking Ancestor/Predecessors, Education and Career.
Have:
tblMain, (Name/Address/Phone)
tblEducation (High School/College)
tblCareer (Current Job/First Job)
Relationship is one to many to tblmain using tblMainID.
Created qryCombined.and based the report on it.
Name/Address/Phone controls are in Report Header.
High School
College
Current Job
Display correctly if the Current Job was also the First job.
The problem arises when the person worked at two different jobs.
High School
Current Job
College
First Job.
If Hide Duplicates = False it shows two of each. Tried Hide Duplicates =
True, and CanShrink = True
Tried Grouping Education (w/wo Headers/Footers). Tried Grouping Career
(w/wo Headers/Footers)
Sorting. Whole Group. PreFix. All in Detail. None in Detail. In Header.
In Footer. A dozen more.
What's wrong?
Andy