
Originally Posted by
CJ_London
as far as the report.lines are concerned, not possible since these can only be horizontal or vertical. You may be able to with a line control (without the arrow) but there are two issues - the first is to determine the start and end points of the line since these could vary if the order of the list varies and pretty sure you cannot draw a line over the top of a subreport (or form), it will sit behind it regardless of 'on top' - you will have to experiment.
Alternatives:
have the line drawn from the edges of the subreports, you will still need to calculate the start position
given the list nature of the subreports, use a listbox instead
use colour to identify the connection.