report from multiple queries

  • Thread starter Thread starter furgeson
  • Start date Start date
F

furgeson

Can you have one report pull info from Multiple queries?
If so how do you do it. Thanks
 
1) combine the queries into a single query
2) use subreports which can each be bound to a different query
3) use code to update values of unbound controls
4) use a control that has a Row Source such as Combo Box, List Box,
Graph,...
5) use domain aggregate functions such as DLookup() or DSum()
 

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