PC Review


Reply
Thread Tools Rate Thread

Combine multiple reports

 
 
BrookieOU
Guest
Posts: n/a
 
      11th Nov 2008
I have a table that lists employee information. Our employees must go
through TB tests, State Sanction Checks and Background checks yearly. I
store the date of their last test in corresponding columns in the "Employee"
table. Then, I have set up a query to show those employees who are over a
year old on the date. I had to set-up a separate query for each column (i.e.
TB test, Sanction and background) because each date for each employee could
fall in a different month and I didn't know if I could do all three in one
query (Anyway I couldn't figure it out).

My question is, can I combine the results from each query all into one report?

Thanks,
Brooke
 
Reply With Quote
 
 
 
 
Scott Lichtenberg
Guest
Posts: n/a
 
      11th Nov 2008

Brooke,

Why not have three conditions for the WHERE clause of your query to select
employees who are overdue on the TB test OR are overdue on the State test OR
are overdue on the background check?

In the Access query design tool, you will notice that there are many lines
in the criteria section. Criteria on different lines are treated as OR
conditions. On the first line, put your TB criteria - < DateAdd("m", -12,
Date()). On the second line, add the same criteria under your State test
column, and on the third line, add the criteria under the background check
column.

One note - if you have other criteria you must list them on each line.



"BrookieOU" <(E-Mail Removed)> wrote in message
news:0D9BDAFC-419B-449E-B139-(E-Mail Removed)...
>I have a table that lists employee information. Our employees must go
> through TB tests, State Sanction Checks and Background checks yearly. I
> store the date of their last test in corresponding columns in the
> "Employee"
> table. Then, I have set up a query to show those employees who are over a
> year old on the date. I had to set-up a separate query for each column
> (i.e.
> TB test, Sanction and background) because each date for each employee
> could
> fall in a different month and I didn't know if I could do all three in one
> query (Anyway I couldn't figure it out).
>
> My question is, can I combine the results from each query all into one
> report?
>
> Thanks,
> Brooke


 
Reply With Quote
 
BrookieOU
Guest
Posts: n/a
 
      12th Nov 2008
Thank you so much! That was such an easy fix.

Brooke

"Scott Lichtenberg" wrote:

>
> Brooke,
>
> Why not have three conditions for the WHERE clause of your query to select
> employees who are overdue on the TB test OR are overdue on the State test OR
> are overdue on the background check?
>
> In the Access query design tool, you will notice that there are many lines
> in the criteria section. Criteria on different lines are treated as OR
> conditions. On the first line, put your TB criteria - < DateAdd("m", -12,
> Date()). On the second line, add the same criteria under your State test
> column, and on the third line, add the criteria under the background check
> column.
>
> One note - if you have other criteria you must list them on each line.
>
>
>
> "BrookieOU" <(E-Mail Removed)> wrote in message
> news:0D9BDAFC-419B-449E-B139-(E-Mail Removed)...
> >I have a table that lists employee information. Our employees must go
> > through TB tests, State Sanction Checks and Background checks yearly. I
> > store the date of their last test in corresponding columns in the
> > "Employee"
> > table. Then, I have set up a query to show those employees who are over a
> > year old on the date. I had to set-up a separate query for each column
> > (i.e.
> > TB test, Sanction and background) because each date for each employee
> > could
> > fall in a different month and I didn't know if I could do all three in one
> > query (Anyway I couldn't figure it out).
> >
> > My question is, can I combine the results from each query all into one
> > report?
> >
> > Thanks,
> > Brooke

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
combine multiple reports to one PDF Ralph Microsoft Access Reports 3 2nd Oct 2009 07:57 PM
How to combine data in multiple tables for reports =?Utf-8?B?Z3Jhc3Nob3BwZXI=?= Microsoft Access 1 28th Jan 2007 09:24 AM
combine multiple reports =?Utf-8?B?UmFlIEx5bm4gVGlwcGluZw==?= Microsoft Access Reports 2 1st Apr 2006 02:31 AM
How to combine 2 reports / sub reports won't work Andre Beier Microsoft Access Reports 1 16th Jun 2004 09:31 PM
Combine Multiple Reports to send in Email Attachment Steve Microsoft Access 1 5th Jun 2004 11:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:28 PM.