Multiple Queries

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Is there anyway to attach multiple queries to a Report?
Or at least pull fields from multiple queries?
 
The easiest way is to use sub-reports, one for each query.

HTH

--
Rebecca Riordan, MVP

Seeing Data: Designing User Interfaces
Designing Relational Database Systems, 2nd Edition
www.awprofessional.com

Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step
www.microsoft.com/mspress
 
Thanks, but alas, this doesn't address my needs :(
-----Original Message-----
The easiest way is to use sub-reports, one for each query.

HTH

--
Rebecca Riordan, MVP

Seeing Data: Designing User Interfaces
Designing Relational Database Systems, 2nd Edition
www.awprofessional.com

Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step
www.microsoft.com/mspress




.
 
Depending on what you need -
1. You can create another query that pulls all the queries together into
one.
2. You can use sub reports to put all the info you need into one report.

-Lauri
 

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