I have 2 tables. OrderInfo and Inventory. I created a one to many relationship with Order ID being the linking field. In OrderInfo, I can have up to 6 distinct items being ordered but some fields will always remain the same. Example:
20 | Cotton | White (will be the same) and then T-shits | Camisoles | Tank Tops will be sample order details.
In the inventory table I have several listings of each T-shirts, Camisoles and Tank tops with their own Item#.
I am attempting to see when I get an order, what I have on hand and what I need to make. When I try to create my query, I must be doing something wrong with the join or something else because I get too many results. I know I only have 19 tank tops on hand (I can filter them from the Inventory table) but the query returns 589.
I do not hav sample of the code because I got so frustrated that I scrapped it (I have been staring at this for a few days now). Could someone please offer a link to a query tutorial r any advice here pleasse. I am not sure where to even go from here anymore.
20 | Cotton | White (will be the same) and then T-shits | Camisoles | Tank Tops will be sample order details.
In the inventory table I have several listings of each T-shirts, Camisoles and Tank tops with their own Item#.
I am attempting to see when I get an order, what I have on hand and what I need to make. When I try to create my query, I must be doing something wrong with the join or something else because I get too many results. I know I only have 19 tank tops on hand (I can filter them from the Inventory table) but the query returns 589.
I do not hav sample of the code because I got so frustrated that I scrapped it (I have been staring at this for a few days now). Could someone please offer a link to a query tutorial r any advice here pleasse. I am not sure where to even go from here anymore.
