Combo box data selection

mmmk

Registered User.
Local time
Today, 13:49
Joined
Jun 29, 2010
Messages
39
I am creating a db with tables Area and Sub_Area. In my form I have combo boxes which list the data in each table. I have been asked to configure the combo boxes so that when a user selects "Technology" from the Area combo box, only the Sub_Areas related to "Technology" will be displayed in the Sub_Area combo box. So instead of 10 sub_areas to choose from, the user would only see the sub_areas related to the area they chose. Is this possible? Let me know if I need to clarify anything.
Thanks.
 
Thanks! This is exaclty what I'm looking for. Could you help me make sense of the code? I am having trouble applying it to my db.
 
Exactly which part is not making sense?
 
Well, pretty much all of it. I need a table that only holds the area and related sub_area? Then I build a query off this table? This query put data into the sub_area combo? I've been searching alot and think I confused myself even more.
 

Users who are viewing this thread

Back
Top Bottom