S
sahafi
I need to show the quantity of certain products by using product codes. My
main table has hundreds of thousands of product codes. I have another table
with about 50 codes that I needed to show their product quantity, locations,
etc from the main table. I don't want to list all 50 codes in the criteria
(each code is 8 digits long). So I thought it has to be a better way. I have
tried to refrence my new table:
[tbl_ProductCodes].[Prod_Cd] after using the [Prod_Cd] field in both table
to create a relationship between the 2 tables, but it came up with nothing.
How can I execute this query without having to list all the 50 codes IN(" ","
", etc.)?
Thanks.
main table has hundreds of thousands of product codes. I have another table
with about 50 codes that I needed to show their product quantity, locations,
etc from the main table. I don't want to list all 50 codes in the criteria
(each code is 8 digits long). So I thought it has to be a better way. I have
tried to refrence my new table:
[tbl_ProductCodes].[Prod_Cd] after using the [Prod_Cd] field in both table
to create a relationship between the 2 tables, but it came up with nothing.
How can I execute this query without having to list all the 50 codes IN(" ","
", etc.)?
Thanks.