Hi Everyone,
I am trying to make a database which allows you to see the differences between products. So I want to have a list of products and be able to select a product from a list and then select a similar product and then list the differences between them. At the moment I am using 2 tables, one for product1 and a second for product2. I am also using a similar products table to link them. The problem is that i cannot find out how to mirror products from table 1 to table 2. this would save me having to type the prodycts twice. I have a feeling this isn't even the correct way to approach this but i cant think of any other ways.
So basically what i want is the following:
- select product1
- select a similar product - product2
- insert the differences between the 2 products
this has to work both ways, so when you select product 1, it lists product2 as a similar product and when you select product 2 it lists product 1 as a similar product. This is the part that im having problems with.
Any help would be greatly appreciated.
Thanks
I am trying to make a database which allows you to see the differences between products. So I want to have a list of products and be able to select a product from a list and then select a similar product and then list the differences between them. At the moment I am using 2 tables, one for product1 and a second for product2. I am also using a similar products table to link them. The problem is that i cannot find out how to mirror products from table 1 to table 2. this would save me having to type the prodycts twice. I have a feeling this isn't even the correct way to approach this but i cant think of any other ways.
So basically what i want is the following:
- select product1
- select a similar product - product2
- insert the differences between the 2 products
this has to work both ways, so when you select product 1, it lists product2 as a similar product and when you select product 2 it lists product 1 as a similar product. This is the part that im having problems with.
Any help would be greatly appreciated.
Thanks