S
Serendipity
I am trying to figure out how to limit the information on a query. I am have
a table (tblTask1401) that lists all the work orders issued to do a
particular task that I should receive a report on. I have a qry(qryInspDates)
that shows all the inspections that I have received a report on. In my table
I have a field scheduled date and in the query I have an Inspection date.
When I run the query the Inspection date lists against all the scheduled
dates. I want the query to limit the inspection date being listed to only
when it is within 90 days from the scheduled date and / or 30 days before.
When the inspection is done the WO is not included on the inspection form so
I can't match up that way. Any ideas on how I can do this?
Qry I have right now:
TblTask1401 with field= Address ID
TblTask1401 with field= WO#
TblTask1401 with field= Equip#
TblTask1401 with field= Scheduled Date Limited to like"*/*/2009"
QryInspDates with field= Inspection Date Limited to like"*/*/2009"
QryInspDates with field= Inspected By
An example of what I get vs what I need:
Scheduled date 05-04-09 Inspection Date 04-15-2009
Scheduled date 11-2-09 Inspection Date 04-15-2009
What I want it to return:
Scheduled date 05-04-09 Inspection Date 04-15-2009
Scheduled date 11-2-09 Inspection Date Not Received
Thanks for your help!
PS... I have a hard time understanding "expert" language. I am a step by
step person when learning!
Thanks,
a table (tblTask1401) that lists all the work orders issued to do a
particular task that I should receive a report on. I have a qry(qryInspDates)
that shows all the inspections that I have received a report on. In my table
I have a field scheduled date and in the query I have an Inspection date.
When I run the query the Inspection date lists against all the scheduled
dates. I want the query to limit the inspection date being listed to only
when it is within 90 days from the scheduled date and / or 30 days before.
When the inspection is done the WO is not included on the inspection form so
I can't match up that way. Any ideas on how I can do this?
Qry I have right now:
TblTask1401 with field= Address ID
TblTask1401 with field= WO#
TblTask1401 with field= Equip#
TblTask1401 with field= Scheduled Date Limited to like"*/*/2009"
QryInspDates with field= Inspection Date Limited to like"*/*/2009"
QryInspDates with field= Inspected By
An example of what I get vs what I need:
Scheduled date 05-04-09 Inspection Date 04-15-2009
Scheduled date 11-2-09 Inspection Date 04-15-2009
What I want it to return:
Scheduled date 05-04-09 Inspection Date 04-15-2009
Scheduled date 11-2-09 Inspection Date Not Received
Thanks for your help!
PS... I have a hard time understanding "expert" language. I am a step by
step person when learning!
Thanks,