help...
I know there's an FAQ by RickSpr already, but I am lost.
Here we go....
I have 3 tables, Category, RawMaterial, and ProductNames
Category consists of for example, 1cc, 2cc 3cc..& so on...
RawMaterial is based on Category. For example Category 1cc may contains several RawMaterial...e.g. 123456, 654321..etc.
ProductNames is based on RawMaterial. For example RawMaterial 123456 consists of products blue, orange, white, yellow...etc.
In a nutshell, I want to have on a form 3 combo boxes that flows hierarchically from Category to RawMaterial to productName.
Category 1cc have a RawMaterial 123456. RawMaterial 123456 can have as many as 100 Products made from it.
Is creating 3 tables the correct way? How should I have set it up? If you can give me an example that would be great.
Thanks in advance...
I know there's an FAQ by RickSpr already, but I am lost.
Here we go....
I have 3 tables, Category, RawMaterial, and ProductNames
Category consists of for example, 1cc, 2cc 3cc..& so on...
RawMaterial is based on Category. For example Category 1cc may contains several RawMaterial...e.g. 123456, 654321..etc.
ProductNames is based on RawMaterial. For example RawMaterial 123456 consists of products blue, orange, white, yellow...etc.
In a nutshell, I want to have on a form 3 combo boxes that flows hierarchically from Category to RawMaterial to productName.
Category 1cc have a RawMaterial 123456. RawMaterial 123456 can have as many as 100 Products made from it.
Is creating 3 tables the correct way? How should I have set it up? If you can give me an example that would be great.
Thanks in advance...