Multiple table listing

  • Thread starter Thread starter Howard
  • Start date Start date
H

Howard

I would like to print all the records from three separate
tables on one report. There are no relationships between
the tables, I just want to print all the records from one
table, followed by all the records from the second table,
followed by all the records from the third table. This is
only to save paper. Can it be done easily. Thanks!
-Howard
 
I would like to print all the records from three separate
tables on one report. There are no relationships between
the tables, I just want to print all the records from one
table, followed by all the records from the second table,
followed by all the records from the third table. This is
only to save paper. Can it be done easily. Thanks!
-Howard

A UNION query will do the trick here: see UNION in the online help.
You need to go into the SQL window to do this but it's not that hard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top