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()
 
Back
Top