report from multiple queries

F

furgeson

Can you have one report pull info from Multiple queries?
If so how do you do it. Thanks
 
D

Duane Hookom

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