I have got a query which runs to create a table containing Vendor Number & 12 Months Sales for the Top 4 Vendors.
What I then need to do is create another query which does exactly the same as the above but for all other vendors apart from the 4 in the above table. The vendors will always be changing so I cannot list them within my criteria of the query.
Is there anyway this can be done as all the joins between tables are where things are matching not unmatching?
What I then need to do is create another query which does exactly the same as the above but for all other vendors apart from the 4 in the above table. The vendors will always be changing so I cannot list them within my criteria of the query.
Is there anyway this can be done as all the joins between tables are where things are matching not unmatching?