D
dragons life
I have a database which tracks multiple vendors for multiple parts. I have
table one that lists the parts types (ex: Drills), table two that references
table one's part types (drop down box) then lists the part descriptions (ex:
Drills : ½†Carbide). I also have table three that lists all the vendor
info. All tables have a PK which is an autonumber.
My question is this:
How can I get a forth table to, from a drop down/combo box select the part
type then from a second drop down/combo box show those parts which fall under
the part type chosen from the first box?
Thanks in advanced.
table one that lists the parts types (ex: Drills), table two that references
table one's part types (drop down box) then lists the part descriptions (ex:
Drills : ½†Carbide). I also have table three that lists all the vendor
info. All tables have a PK which is an autonumber.
My question is this:
How can I get a forth table to, from a drop down/combo box select the part
type then from a second drop down/combo box show those parts which fall under
the part type chosen from the first box?
Thanks in advanced.