Multiple Queries...

  • Thread starter Thread starter Jason S.
  • Start date Start date
J

Jason S.

I was wondering. I would like to gather information from
my database. Ive designed multiple, seperate, queries to
collect this data. How would I put the results of these
queries on one page, report or form? Each query asks for
the same information to be inputed to run (date, school
name, etc). Ive designed a form to have the users select
this information once. Can I then display the query
information on this form, or a report it would pull up?
Jason
 
Forms = Data input
Reports = Data output

You can create 1 report per query.
When done, create an empty report.
Drag each of the other reports onto the blank report and they will become
subreports.
Then run the main report.
 
Back
Top