I have an employee table that has numerous many to one relationships. i.e. Dependents, ContinuingEducation, Evaluations, etc.
I would like to display the report like this:
I have read many posts and most dealt with one related table, which is solved by a variable that is concatenated during "whileprintingrecords;" placed in the footer, but I couldn't find one that had numerous tables.
Would a subreport for each many-to-one be best?
Any help would be great, also I would love to keep as much in the detail section as possible so my end users can export to excel with minimal formatting issues.
Thanks in advance for your help.
I would like to display the report like this:
Code:
[b]First Name[/b] Jose
[b]Last Name[/b] Deleon
[b]Address[/b] XXX Street
[b]Dependents[/b] Sally DeLeon
Victor DeLeon
Jessica DeLeon
[b]Education[/b] Certificate of greatness
Customer service training
[b]Evaluations[/b] 01/08/2006 - Great
07/08/2006 - Even Better
I have read many posts and most dealt with one related table, which is solved by a variable that is concatenated during "whileprintingrecords;" placed in the footer, but I couldn't find one that had numerous tables.
Would a subreport for each many-to-one be best?
Any help would be great, also I would love to keep as much in the detail section as possible so my end users can export to excel with minimal formatting issues.
Thanks in advance for your help.