Adding control to report from different report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that needs a control from a different report, so that I can
give an overall total. Is there anyway to creat a text control and bind it to
a different report.

Anything would be helpful
 
You can't bind Controls to other Reports - you can only bind them to
the source query of the current Report. You must either find a way of
including the field which contains your total in your source query,
derive it by totalling a field or fields that is/are already there (or
can be included), or write VBA code to calculate it and call the VBA
code from an unbound field.

I have a report that needs a control from a different report, so that I can
give an overall total. Is there anyway to creat a text control and bind it to
a different report.

Anything would be helpful


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Back
Top