A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Generate report using data from multiple queries



 
 
Thread Tools Display Modes
  #1  
Old March 6th, 2006, 06:25 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Generate report using data from multiple queries

I have 6 queries that I want to use some data from each. Each query is based
on a table that has different types of products and each has an amount
column. I want to do a combined report in tabular format with each group of
products and their amount sub-totaled as a group and then a total for all
groups. I then want to subtract this total from a set amount which comes
from one of the queries.
  #2  
Old March 6th, 2006, 06:30 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Generate report using data from multiple queries

It sounds to me like you have a poorly designed database structure. Why do
you have six tables with different types of products? Typically you should
have one table and include a "ProductType" field in your table.

If you decide to keep your current structure, you could create a union query
to combine data from multiple tables, then use that query as the record
source of your report.

--
Rick B



"Rob Roy CC" wrote in message
...
I have 6 queries that I want to use some data from each. Each query is
based
on a table that has different types of products and each has an amount
column. I want to do a combined report in tabular format with each group
of
products and their amount sub-totaled as a group and then a total for all
groups. I then want to subtract this total from a set amount which comes
from one of the queries.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PST file has reached maximum size Jeff C General Discussion 2 October 6th, 2005 01:35 PM
How do I save an access document in word document? cmartin General Discussion 2 September 13th, 2005 11:26 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM
Still Hoping for help with a Query problem Don Sealer Using Forms 15 November 13th, 2004 06:24 AM
Using Data from multiple queries in Report Footers John Setting Up & Running Reports 4 September 9th, 2004 10:37 PM


All times are GMT +1. The time now is 07:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.