Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Joins and Parameter query

Status
Not open for further replies.

mdlaugh1

Technical User
Jan 17, 2006
76
US
Hello... I have two tables and one pre-defined query: WO_tbl, WO_Task_tbl and Labor_qry. My current join of WO_Task_tbl to Labor_qry is working correctly. I have "all from WO_task and only those from Labor that match.." I am currently selecting (parameter criteria) from the WO_Task for Area, Type, Finished_date, then pulling in respective costs. -- this all works.

Now I find I need to also select by Parameter prompt for WO.Priority a given WO has one priority, but several tasks are part of the WO, and each date has it's own Finished Date. So I have a one to many from WO to WO_task.

I need only records with specific Finished Date from WO_Task while also prompting for specific (or ALL) Priorities stored in the WO table. Hope this makes sense, is this possible? thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top