Report pulls from multiple sources

J

Jacques Latoison

Is it possible to have a report pull from multiple sources without being
bound. I guess the correct way to pose the question would be can I have
bound text boxes in an unbound report.

Can I do this without having subreports.
 
D

Duane Hookom

You can use code or domain aggregate functions to return and display values
from other tables/queries.
 
Top