I have a transaction database that I am trying to query a very select amount of data.
I have a list of Product Codes. I have many Sales Orders that can contain 1 or many product codes. I have been working on a query that will only spit out Sales Orders that contain only 1 Product Code.
What I have done so far is create a list of Sales Orders that contain my list of Product Codes. Now I need to go through these Sales Orders and pick out which ones have only 1 Product Code.
Any ideas on how to do this?
I have a list of Product Codes. I have many Sales Orders that can contain 1 or many product codes. I have been working on a query that will only spit out Sales Orders that contain only 1 Product Code.
What I have done so far is create a list of Sales Orders that contain my list of Product Codes. Now I need to go through these Sales Orders and pick out which ones have only 1 Product Code.
Any ideas on how to do this?