How do I display non related queries on 1 Access page (Dashboard)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to present the results of about 10 queries from a .mdb onto an
Access Page. I can create the page with one query, but as soon as I want to
add other queries, Access wants to know the relationship between them. There
is no direct relationship. I am essentially trying to create a management
dashboard. My initial thought was to create a page as the main menu and then
have hyperlinks to different pages with the different query results, however
the queries need to be read on 1 page for them to make sense. Is this at all
possible?
 
If you want to see the results of each query alongside the others, put
subforms on your form (or, if printed, subreports in a report) and base each
on a different query.
 
Back
Top