query based on table value

chewy

SuperNintendo Chalmers
Local time
Today, 14:55
Joined
Mar 8, 2002
Messages
581
I have 2 tables that stores inventory for a department. tblItemInfohas a field ItemDesc and a ReorderAmt field. The other table is tblCurrentInv which has itemDescID and AmtOnHand. I want to make a query that runs through the ItemDesc and pick out all Items that are below their reorder amt. How do I set up the query to use the info from two tables?
 
here is a shot of the tables
 

Attachments

  • shotsrect17.jpg
    shotsrect17.jpg
    71 KB · Views: 103
any ideas what I could search for to find an answer in the archives?
 

Users who are viewing this thread

Back
Top Bottom