View Full Version : Confusing query-type help


FBueckert
08-11-2005, 09:23 AM
This is a bit confusing, so I'll try to explain it well.

Two tables. One has a list of metals. The other has a list of submetals, and what basic type of metal it is. It's grabbing the second column from the first table. Makes sense, right?

Now, I have another table, with links to both of those fields. What I want it to do is when it picks the metal type, to filter the subgroup to only the types it has associated with it to the basic metal type. Not sure if that makes sense. I'll supply an example.

Table 1
Aluminum
Brass
Copper

Table 2
Subgroup Basic group
License Plate Aluminum
Iron Aluminum Aluminum
Yellow Brass Brass
Copper Wire Copper

Now, if in Table 3, they choose Aluminum from the drop down box for basic metal, I want the dropdown box for the subgroup to have only License plate, and Iron Aluminum. For Brass, only Yellow Brass, and the same for copper.

Any ideas on how to implement this?

directormac
08-11-2005, 09:54 AM
Search the forum archives on "cascading combo". This has been covered many times.

--Archival Mac

ScottGem
08-11-2005, 09:56 AM
This is called cascading or synchronized combos. Its a standard technique that is asked about frequently. You can search here for previous threads or check out this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;209576

FBueckert
08-11-2005, 11:14 AM
Thanks for the help, guys. I wasn't sure what to call it, though, so now I know. And sorry for the double post. My internet was hiccuping. It's gone now.