Hi,
i am creating 3 tables
INVENTORY, SUPPLIER, PRICE
INVENTORY contains every items
SUPPLIER is just supplier name
PRICE contains
Linked table INVENTORY, linked table SUPPLIER, currency field.
thefeore i have:
SupplierA ProductA usd10
SupplierB ProductA usd9
I want to design my INVENTORY table so that i can see the min price with the corresponding supplier. I did rollup the price and it is easy. How about the corresponding supplier? How do i rollup this?
Thanks