two reports onto one?

genevx

Registered User.
Local time
Yesterday, 20:38
Joined
Jul 3, 2002
Messages
36
Hi,
How would you place two reports onto one page side-by-side? The two reports each follow different queries, but the queries are derived from the same table. Therefore, I don't think Access will let me create a third query linking the data together into one query and one report. Any ideas? thanks! =)

genevx
 
Did you try to use a (eventually blank) main form and place into it two subforms side by side?
 
genevx said:
Hi,
How would you place two reports onto one page side-by-side? The two reports each follow different queries, but the queries are derived from the same table. Therefore, I don't think Access will let me create a third query linking the data together into one query and one report. Any ideas? thanks! =)

genevx

Have you tried Union query? As long as all the fields are the same you can do a Union query.
 
You can create a report and subreport from the same table using two queries, and show the subreport beside the main detail, no third query is needed, but without further details we are guessing as to what you are trying to achieve
 
thanks! added the subreport and it works fine! =P
 

Users who are viewing this thread

Back
Top Bottom