Hi sydeburnz.
It looks to me as if all you need to do is ommit the part of the query that filters out the single store (masterStoreID and perhaps DepartmentID).
Your query should then lokk like this:
SELECT Inventory_ProductTable.Artist, Inventory_ProductTable.Title...