You can display the queries using a subform or subreport. If there is no
common key fields which link them, you simply need to make sure that none of
them use a link to either each other or the main form.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"Mole94" <(E-Mail Removed)> wrote in message
news:7C7E640A-72ED-4197-9B04-(E-Mail Removed)...
> Hello,
> I have an access table and I have four queries I run off it. Each query
> pulls some different information off, but each query requires two dates to
> be
> input. What I would like to do, is to display the results of each query,
> all
> of them on a single page. The query results are not large (only a few
> lines),
> so they will fit on one page. What would be even better would to be just
> have
> one query which would pull off the information in one go, but as the query
> results are not related, I don't think that this is possible.
> Thanks