Graph in Footer problems

  • Thread starter Thread starter scott_ross_3
  • Start date Start date
S

scott_ross_3

I have a report that groups information by a few different descriptors. This
report is several pages long, with each page looking identical. The only
difference between each page is the group of data.

I would like to have a graph that shows the summarized data in one of the
footers, but can't seem to link the graph to show the appropriate data. I
continually receive the error "Can't build a link between unbound forms" and
receive a graph that isn't representative of the segmented data.

I'm not much of a coder, but can dabble here and there. Any help would be
appreciated.
 
Chart controls have link master/child properties. This works much the same as
the links between forms/subforms and reports/subreports. I have found that it
sometimes helps to bind a text box in the group footer to the field used in
the link properties.
 
Back
Top