Funkbuqet
11-01-2010, 09:06 AM
Is there a way to make the values displayed in a combo box change depending on the value in another combo box? I have seperate columns for county and city and after you select the county I want it to only dislay cities in the selected county. Thanks for the help.
boblarson
11-01-2010, 09:08 AM
If you are talking about lookups at the table level - NO and you shouldn't be using lookups at the table level. You use them on FORMS. See here for why lookups at table level are EVIL (http://www.mvps.org/access/lookupfields.htm).
Big Pat
11-01-2010, 10:05 AM
Bob's answer is true, but as an amateur who's had TONS of help from Bob and others over many years now, it strikes me that perhaps it doesn't completely answer your question.
I think what you need is what's referred to as a "cascading combo" (which would, as Bob says, be used on a Form and not in a Table). Do a search on this forum for that term. It tok me a while to get my head around the concept, but when the penny finally drops you'll see it's actually pretty simple.
Good luck!
Funkbuqet
11-01-2010, 02:38 PM
Thanks a lot for the info. You may have saved me from making a grave error.
John Big Booty
11-01-2010, 02:50 PM
See this post (http://www.access-programmers.co.uk/forums/showpost.php?p=1009845&postcount=5) for a sample and explanation of cascading Combo boxes.