Hi!
I have one table called "TRANSACTION" with:
[id transaction] [product] [product type]
And I have a 1-many relationship:
[id product] [product]
[id product] [id product_type] [product_type]
The doubt I have is how can I make the main table called TRANSACTION, once you choose a product, display on product type the types of that specific product and not all the types of all the products.
I have attached a db so as to make it clearer.
Thanks in advance!
Luis
I have one table called "TRANSACTION" with:
[id transaction] [product] [product type]
And I have a 1-many relationship:
[id product] [product]
[id product] [id product_type] [product_type]
The doubt I have is how can I make the main table called TRANSACTION, once you choose a product, display on product type the types of that specific product and not all the types of all the products.
I have attached a db so as to make it clearer.
Thanks in advance!
Luis