D
Dan
Hi all,
I have two tables which look something like this:
tblProd
prodID - Key
prodName
prodColorID - Foreign Key
tblColor
colorID - Key
color
In the tblProd for prodName I have a product called "Water Bottle". In the
tblColor I have several colors, each with it's own ID number. For example:
White = 1, Red = 2, Blue = 3, Yellow = 4, Gray = 5, Blue = 6, Black = 7.
Now, what I'm trying to do is to show that one product may have more than
one color. For instance: Water Bottle (prod. name) - Blue, Yellow, White. I
can get Water Bottle - White (any one color, but I want to show all three
colors). Plus, I'm trying to put this on an a small ASP learning site.
Any suggestions?
Thanks in advance,
Dan
I have two tables which look something like this:
tblProd
prodID - Key
prodName
prodColorID - Foreign Key
tblColor
colorID - Key
color
In the tblProd for prodName I have a product called "Water Bottle". In the
tblColor I have several colors, each with it's own ID number. For example:
White = 1, Red = 2, Blue = 3, Yellow = 4, Gray = 5, Blue = 6, Black = 7.
Now, what I'm trying to do is to show that one product may have more than
one color. For instance: Water Bottle (prod. name) - Blue, Yellow, White. I
can get Water Bottle - White (any one color, but I want to show all three
colors). Plus, I'm trying to put this on an a small ASP learning site.
Any suggestions?
Thanks in advance,
Dan