I've searched the internet for a solution and racked my brains trying to figure this out, hopefully someone can help. Here is the basic situation.
I have a list of transactions in a table. Each transaction has fields for Client ID, A store ID, the product they bought, and a billing code (which is either 2, 3, 4, 5, 6, 7)
Some stores aren't using billing code 2 at all and I want to investigate this further.
I created a list of stores that don't use billing code 2. There was 20 stores.
I then created a query that gave me a list of clients associated with those 20 stores.
-------------------This is where I am now-----------
Basically I want to see if people if they go to Store X and buy Product Y are they treated differently (billing code) in two different stores. There is more money for the store if they don't use billing code 2 so their is an incentive not to use this code.
Is there a way to do a query and tell Access to give me clients that are using these 20 stores and another store (not of the 20) and do they purchase the same product elsewhere?
Any help will be appreciated. I have a feeling that I need to simplify this and take in multiple steps but I can't seem to work out a path from point A to point B on this. Thanks.