Hi,
Not sure if title accurately matches my question. I have 2 tables linked by "Part Code":
Table 1: Parts. Columns: Part Code
Table 2: Offers. Columns: Supplier Name, Part Code, Price
In Table 1 I would like to add columns that automatically select the lowest Offer per Part Code. So Table 1 would have e.g. columns Part Code, Cheapest Supplier, Cheapest Price. Latter 2 automatically filled.
Is this possible, if so, how? Any help appreciated!