Hopefully the last time I'll need to ask questions about this same database, but you never know 
My question is this. The database is for a furniture manufacturer, and they want a form for designing new products. They want to be able to name the new product give it all its information and then in the subform choose the materials that go into it. There is a table called Products that has all the product info, a table called ProdMat which contains a autonumber ID, a Product ID and the Material specifications along with quantity. And of course the Material table.
The material table is set up with 7 fields:
Category: (Sheet Stock, Molding, Glass etc)
Type: (Oak, Maple etc)
Detail: (1/16 sheet, corner etc)
Description#: PK with 6 digit number
Description: Actual Material Description
Width
Length
Now they want the form to narrow down as they go. So the first Field would be Category and goes down to Width/Length. So if Category: Molding was selected then the options narrow down in the Type, and then that would in turn narrow down the Details available and that would narrow the description and in turn the description would select the Width and Length.
I know it can be done, but Im not sure how difficult it will be. Im not sure why they cant just choose from the list straigh through, but this is what they want, so I gotta try and give it to them!
Any help is appreciated! Thank you!
My question is this. The database is for a furniture manufacturer, and they want a form for designing new products. They want to be able to name the new product give it all its information and then in the subform choose the materials that go into it. There is a table called Products that has all the product info, a table called ProdMat which contains a autonumber ID, a Product ID and the Material specifications along with quantity. And of course the Material table.
The material table is set up with 7 fields:
Category: (Sheet Stock, Molding, Glass etc)
Type: (Oak, Maple etc)
Detail: (1/16 sheet, corner etc)
Description#: PK with 6 digit number
Description: Actual Material Description
Width
Length
Now they want the form to narrow down as they go. So the first Field would be Category and goes down to Width/Length. So if Category: Molding was selected then the options narrow down in the Type, and then that would in turn narrow down the Details available and that would narrow the description and in turn the description would select the Width and Length.
I know it can be done, but Im not sure how difficult it will be. Im not sure why they cant just choose from the list straigh through, but this is what they want, so I gotta try and give it to them!
Any help is appreciated! Thank you!