Hi,
I have a database which keeps track of articles of clothing. Each article of clothing may come in different 'size groups' ie Adult, Youth, Child. Further each group could be broken into small, medium, large. Yet further, small could contain a number of measurements...say waist and inseam if referring to pants. These measurements will be stored along with a descriptor somewhere ie Waist and inseam.
My question: is there an easy way to do this? After looking at this for a while it appears that I will need three tables and enough SQL to choke a small dog just to get one record.
Eagerly awaiting a response,
Guru2B
I have a database which keeps track of articles of clothing. Each article of clothing may come in different 'size groups' ie Adult, Youth, Child. Further each group could be broken into small, medium, large. Yet further, small could contain a number of measurements...say waist and inseam if referring to pants. These measurements will be stored along with a descriptor somewhere ie Waist and inseam.
My question: is there an easy way to do this? After looking at this for a while it appears that I will need three tables and enough SQL to choke a small dog just to get one record.
Eagerly awaiting a response,
Guru2B