i have a group header on a data report(Section6), ill use this section to view the Comp. Name, Ip Add.. etc... while the detail section(Section1) will be used to view the applications used by each comp. obviously, each has thier own tables.
my question is, How am i going to set the data report (section6) datasource? the output should be like this:
------Group header (section6) ---------------
Comp Name: xxxxxx
IP Address: xxx.xxx.xx.xx
-------Details(section1) -----------------
Applications Used: Flash, VB, etc...
How am i going to achieve this?