Hi,
I apologize if this is a redux.
I have two tables, Products and Vendors. I would like to create a third table with a field for each vendor so I can specify price per product per vendor, similar to the example below. Is there a way to have a table draw its fields dynamically from an existing table, or will I have to update the third table's fields every time I add or remove a vendor?
Here's what I'm looking to do:
Thank you very much.
I apologize if this is a redux.
I have two tables, Products and Vendors. I would like to create a third table with a field for each vendor so I can specify price per product per vendor, similar to the example below. Is there a way to have a table draw its fields dynamically from an existing table, or will I have to update the third table's fields every time I add or remove a vendor?
Here's what I'm looking to do:
Code:
Vendor1 Vendor2 Vendor3
Product1 $5.00 $6.00 $5.50
Product2 $2.00 $1.20 $1.80