Access reports

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

Guest

Do I have to strat with a blank report (Not Wizard) to enable me to bind
controls from different sources?

Kingy
 
You can't bind a report to more than a single source.

If you need multiple sources, look into subreports.
 
Douglas J. Steele said:
You can't bind a report to more than a single source.

If you need multiple sources, look into subreports.

or domain aggregate functions, such as DLOOKUP.

On the other hand, you'd generally want related information displayed
together, so you might also be able to join the Tables representing the
multiple sources in a single Query.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top