Hi All,
I created a subfrom that graphically displays the performance of a certain sector / employee in a business. From this I have created a main form which I can select branch (London / Birmingham etc.) the form then displays the Branch details in the header and the detail displays the subform for the sales by employee / sector. The bug is that only 1 employee is displayed per page and the header is repeated for the next employee. The subform is related by EmployeeID. If I try BranchID;EmployeeID it still works but only displays that employees sales from that branch only (a feature that will be useful when I can get the display to work
)
I want all employees to show below a single header. So, is there a method of me repeating the subform multiple times or to group by the BranchID?
Many thanks
I created a subfrom that graphically displays the performance of a certain sector / employee in a business. From this I have created a main form which I can select branch (London / Birmingham etc.) the form then displays the Branch details in the header and the detail displays the subform for the sales by employee / sector. The bug is that only 1 employee is displayed per page and the header is repeated for the next employee. The subform is related by EmployeeID. If I try BranchID;EmployeeID it still works but only displays that employees sales from that branch only (a feature that will be useful when I can get the display to work

I want all employees to show below a single header. So, is there a method of me repeating the subform multiple times or to group by the BranchID?
Many thanks