I have a table of products which have related prices (the prices are linked by a lookup).
How can i construct a query that will pull my products while including the related prices (from the lookup which links to the size table) and then be able to sort by the min price for each?
I have my existing query if its of any help...
How can i construct a query that will pull my products while including the related prices (from the lookup which links to the size table) and then be able to sort by the min price for each?
I have my existing query if its of any help...