I am trying to make a database driven website about a collecting hobby. The problem I am having is how do you design it properly.
Example:
Table A
companyID, companyName, companyBio
Table B
itemID, itemName, colorID, price
Table C
colorID, colorName
How do I design the input and output forms so that instead of having to know the companyID and colorID for an item they can select the companyName or see the colorName on the query results form?
Thanks